#B5BBA0

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

Shades of Beryl Green #B5BBA0

Tints of Beryl Green #B5BBA0

Color information

#B5BBA0 (or 0xB5BBA0) is unknown color: approx Beryl Green. HEX triplet: B5, BB and A0. RGB value is (181,187,160). Sum of RGB (Red+Green+Blue) = 181+187+160=528 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.28% from 528); Green value is 187 (73.44% from 255 or 35.42% from 528); Blue value is 160 (62.89% from 255 or 30.30% from 528); Max value from RGB is 187 - color contains mainly: green. Hex color #B5BBA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5BBA0 is #4A445F. Grayscale: #B6B6B6. Windows color (decimal): -4867168 or 10533813. OLE color: 10533813.

HSL color Cylindrical-coordinate representation of color #B5BBA0: hue angle of 73.33º 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 #B5BBA0 is Cyan = 0.03, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.27.

Color convert

RGB181187160-
CMYK0.0300.140.27
HSL73.33º16.56%68.04%-
HSV(B)73.33º14.44%73.33%-
XYZ43.1747.940.23-
YUV182.13115.51127.2-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.28%
GREEN value IS 187 (73.44% from 255) = 35.42%
BLUE value IS 160 (62.89% from 255) = 30.30%
R=34.28%
G=35.42%
B=30.30%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1811871600.0300.140.2773.3316.5668.04
HexB5BBA030E1B491144
Octal26527324030163311121104
Binary1011010110111011101000001101110110111001001100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5BBA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5BBA0; }

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

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

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

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

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

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

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

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