#B9BFA9

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

Shades of Beryl Green #B9BFA9

Tints of Beryl Green #B9BFA9

Color information

#B9BFA9 (or 0xB9BFA9) is unknown color: approx Beryl Green. HEX triplet: B9, BF and A9. RGB value is (185,191,169). Sum of RGB (Red+Green+Blue) = 185+191+169=545 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.94% from 545); Green value is 191 (75% from 255 or 35.05% from 545); Blue value is 169 (66.41% from 255 or 31.01% from 545); Max value from RGB is 191 - color contains mainly: green. Hex color #B9BFA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9BFA9 is #464056. Grayscale: #BABABA. Windows color (decimal): -4603991 or 11124665. OLE color: 11124665.

HSL color Cylindrical-coordinate representation of color #B9BFA9: hue angle of 76.36º degrees, saturation: 0.15, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B9BFA9 is Cyan = 0.03, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.25.

Color convert

RGB185191169-
CMYK0.0300.120.25
HSL76.36º14.67%70.59%-
HSV(B)76.36º11.52%74.9%-
XYZ45.850.4444.86-
YUV186.7118.01126.79-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.94%
GREEN value IS 191 (75% from 255) = 35.05%
BLUE value IS 169 (66.41% from 255) = 31.01%
R=33.94%
G=35.05%
B=31.01%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1851911690.0300.120.2576.3614.6770.59
HexB9BFA930C194cf47
Octal27127725130143111417107
Binary101110011011111110101001110110011001100110011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9BFA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9BFA9; }

 p { color: rgb(185,191,169); }

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

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

 a { background-color: rgb(185,191,169); }

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

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

 span { border-color: rgb(185,191,169); }

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