#B5BC9B

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

Shades of Beryl Green #B5BC9B

Tints of Beryl Green #B5BC9B

Color information

#B5BC9B (or 0xB5BC9B) is unknown color: approx Beryl Green. HEX triplet: B5, BC and 9B. RGB value is (181,188,155). Sum of RGB (Red+Green+Blue) = 181+188+155=524 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.54% from 524); Green value is 188 (73.83% from 255 or 35.88% from 524); Blue value is 155 (60.94% from 255 or 29.58% from 524); Max value from RGB is 188 - color contains mainly: green. Hex color #B5BC9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5BC9B is #4A4364. Grayscale: #B6B6B6. Windows color (decimal): -4866917 or 10206389. OLE color: 10206389.

HSL color Cylindrical-coordinate representation of color #B5BC9B: hue angle of 72.73º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B5BC9B is Cyan = 0.04, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.26.

Color convert

RGB181188155-
CMYK0.0400.180.26
HSL72.73º19.76%67.25%-
HSV(B)72.73º17.55%73.73%-
XYZ42.9648.1638.04-
YUV182.14112.68127.18-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.54%
GREEN value IS 188 (73.83% from 255) = 35.88%
BLUE value IS 155 (60.94% from 255) = 29.58%
R=34.54%
G=35.88%
B=29.58%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1811881550.0400.180.2672.7319.7667.25
HexB5BC9B40121A491443
Octal26527423340223211124103
Binary101101011011110010011011100010010110101001001101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5BC9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5BC9B; }

 p { color: rgb(181,188,155); }

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

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

 a { background-color: rgb(181,188,155); }

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

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

 span { border-color: rgb(181,188,155); }

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