#B5BCA0

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

Shades of Beryl Green #B5BCA0

Tints of Beryl Green #B5BCA0

Color information

#B5BCA0 (or 0xB5BCA0) is unknown color: approx Beryl Green. HEX triplet: B5, BC and A0. RGB value is (181,188,160). Sum of RGB (Red+Green+Blue) = 181+188+160=529 (70% of max value = 765). Red value is 181 (71.09% from 255 or 34.22% from 529); Green value is 188 (73.83% from 255 or 35.54% from 529); Blue value is 160 (62.89% from 255 or 30.25% from 529); Max value from RGB is 188 - color contains mainly: green. Hex color #B5BCA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5BCA0 is #4A435F. Grayscale: #B6B6B6. Windows color (decimal): -4866912 or 10534069. OLE color: 10534069.

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

Color convert

RGB181188160-
CMYK0.0400.150.26
HSL75º17.28%68.24%-
HSV(B)75º14.89%73.73%-
XYZ43.3848.3340.3-
YUV182.72115.18126.78-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.22%
GREEN value IS 188 (73.83% from 255) = 35.54%
BLUE value IS 160 (62.89% from 255) = 30.25%
R=34.22%
G=35.54%
B=30.25%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1811881600.0400.150.267517.2868.24
HexB5BCA040F1A4b1144
Octal26527424040173211321104
Binary10110101101111001010000010001111110101001011100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5BCA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5BCA0; }

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

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

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

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

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

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

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

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