#B9BAA4

Color #B9BAA4 Beryl Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Beryl Green #B9BAA4

Tints of Beryl Green #B9BAA4

Color information

#B9BAA4 (or 0xB9BAA4) is unknown color: approx Beryl Green. HEX triplet: B9, BA and A4. RGB value is (185,186,164). Sum of RGB (Red+Green+Blue) = 185+186+164=535 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.58% from 535); Green value is 186 (73.05% from 255 or 34.77% from 535); Blue value is 164 (64.45% from 255 or 30.65% from 535); Max value from RGB is 186 - color contains mainly: green. Hex color #B9BAA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9BAA4 is #46455B. Grayscale: #B7B7B7. Windows color (decimal): -4605276 or 10795705. OLE color: 10795705.

HSL color Cylindrical-coordinate representation of color #B9BAA4: hue angle of 62.73º degrees, saturation: 0.14, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B9BAA4 is Cyan = 0.01, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.27.

Color convert

RGB185186164-
CMYK0.0100.120.27
HSL62.73º13.75%68.63%-
HSV(B)62.73º11.83%72.94%-
XYZ44.2748.1142.08-
YUV183.19117.17129.29-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 185 (72.66% from 255) = 34.58%
GREEN value IS 186 (73.05% from 255) = 34.77%
BLUE value IS 164 (64.45% from 255) = 30.65%
R=34.58%
G=34.77%
B=30.65%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851861640.0100.120.2762.7313.7568.63
HexB9BAA410C1B3fe45
Octal2712722441014337716105
Binary1011100110111010101001001011001101111111111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9BAA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9BAA4; }

 p { color: rgb(185,186,164); }

 H1.HeaderClassName
 {
   color: #B9BAA4;
 }
 .AnyTagClassName
 {
   color: #B9BAA4;
 }
</style>
background-color css

<style>
 a { background-color: #B9BAA4; }

 a { background-color: rgb(185,186,164); }

 div.DivClassName
 {
   background-color: #B9BAA4;
 }
 .BgClassName
 {
   background-color: #B9BAA4;
 }
</style>
border-color css

<style>
 span { border-color: #B9BAA4; }

 span { border-color: rgb(185,186,164); }

 td.TdClassName
 {
   border-color: #B9BAA4;
 }
 .TagClassName
 {
   border-color: #B9BAA4;
 }
</style>