Html Css Color HEX #B9BBAA Beryl Green

📋 copy color: '#B9BBAA'

red 185 ◦ green 187 ◦ blue 170

#B9BBAA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Beryl Green #B9BBAA

Tints of Beryl Green #B9BBAA

RGB

 RED value IS 185 (72.66% from 255) = 34.13%

 GREEN value IS 187 (73.44% from 255) = 34.5%

 BLUE value IS 170 (66.8% from 255) = 31.37%

R = 34.13%
G = 34.5%
B = 31.37%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#B9BBAA (or 0xB9BBAA) is known color: Beryl Green. HEX triplet: B9, BB and AA. RGB value is (185,187,170). Sum of RGB (Red+Green+Blue) = 185+187+170=542 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.13% from 542); Green value is 187 (73.44% from 255 or 34.50% from 542); Blue value is 170 (66.80% from 255 or 31.37% from 542); Max value from RGB is 187 - color contains mainly: green. Hex color #B9BBAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9BBAA is #464455. Grayscale: #B8B8B8. Windows color (decimal): -4605014 or 11189177. OLE color: 11189177.

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

Color convert

RGB 185 187 170 -
CMYK 0.01 0 0.09 0.27
HSL 67.06º 0.11% 0.7% -
HSV(B) 67.06º 0.09% 0.73% -
XYZ 45.03 48.76 45.07 -
YUV 184.46 119.84 128.38 -
System Red Green Blue C M Y K H S L
Decimal 185 187 170 0.01 0 0.09 0.27 67.06 0.11 0.7
Hex B9 BB AA 1 0 9 1B 43 B 46
Octal 271 273 252 1 0 11 33 103 13 106
Binary 10111001 10111011 10101010 1 0 1001 11011 1000011 1011 1000110

Color Harmonies of #B9BBAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9BBAA

Black with #B9BBAA

Text Example


Text Example

White with #B9BBAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9BBAA; }

 p { color: rgb(185,187,170); }

 H1.HeaderClassName
 {
   color: #B9BBAA;
 }
 .AnyTagClassName
 {
   color: #B9BBAA;
 }
</style>

background-color css

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

 a { background-color: rgb(185,187,170); }

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

border-color css

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

 span { border-color: rgb(185,187,170); }

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