#B9BFA8

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

Shades of Beryl Green #B9BFA8

Tints of Beryl Green #B9BFA8

Color information

#B9BFA8 (or 0xB9BFA8) is unknown color: approx Beryl Green. HEX triplet: B9, BF and A8. RGB value is (185,191,168). Sum of RGB (Red+Green+Blue) = 185+191+168=544 (72% of max value = 765). Red value is 185 (72.66% from 255 or 34.01% from 544); Green value is 191 (75% from 255 or 35.11% from 544); Blue value is 168 (66.02% from 255 or 30.88% from 544); Max value from RGB is 191 - color contains mainly: green. Hex color #B9BFA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9BFA8 is #464057. Grayscale: #BABABA. Windows color (decimal): -4603992 or 11059129. OLE color: 11059129.

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

Color convert

RGB185191168-
CMYK0.0300.120.25
HSL75.65º15.23%70.39%-
HSV(B)75.65º12.04%74.9%-
XYZ45.7150.444.37-
YUV186.58117.51126.87-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.01%
GREEN value IS 191 (75% from 255) = 35.11%
BLUE value IS 168 (66.02% from 255) = 30.88%
R=34.01%
G=35.11%
B=30.88%

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
Decimal1851911680.0300.120.2575.6515.2370.39
HexB9BFA830C194cf46
Octal27127725030143111417106
Binary101110011011111110101000110110011001100110011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9BFA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9BFA8; }

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

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

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

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

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

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

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

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