#B9BBA0

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

Shades of Beryl Green #B9BBA0

Tints of Beryl Green #B9BBA0

Color information

#B9BBA0 (or 0xB9BBA0) is unknown color: approx Beryl Green. HEX triplet: B9, BB and A0. RGB value is (185,187,160). Sum of RGB (Red+Green+Blue) = 185+187+160=532 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.77% from 532); Green value is 187 (73.44% from 255 or 35.15% from 532); Blue value is 160 (62.89% from 255 or 30.08% from 532); Max value from RGB is 187 - color contains mainly: green. Hex color #B9BBA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9BBA0 is #46445F. Grayscale: #B7B7B7. Windows color (decimal): -4605024 or 10533817. OLE color: 10533817.

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

Color convert

RGB185187160-
CMYK0.0100.140.27
HSL64.44º16.56%68.04%-
HSV(B)64.44º14.44%73.33%-
XYZ44.1248.3940.27-
YUV183.32114.84129.2-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.77%
GREEN value IS 187 (73.44% from 255) = 35.15%
BLUE value IS 160 (62.89% from 255) = 30.08%
R=34.77%
G=35.15%
B=30.08%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851871600.0100.140.2764.4416.5668.04
HexB9BBA010E1B401144
Octal27127324010163310021104
Binary101110011011101110100000101110110111000000100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9BBA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9BBA0; }

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

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

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

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

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

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

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

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