#B5BCA4

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

Shades of Beryl Green #B5BCA4

Tints of Beryl Green #B5BCA4

Color information

#B5BCA4 (or 0xB5BCA4) is unknown color: approx Beryl Green. HEX triplet: B5, BC and A4. RGB value is (181,188,164). Sum of RGB (Red+Green+Blue) = 181+188+164=533 (70% of max value = 765). Red value is 181 (71.09% from 255 or 33.96% from 533); Green value is 188 (73.83% from 255 or 35.27% from 533); Blue value is 164 (64.45% from 255 or 30.77% from 533); Max value from RGB is 188 - color contains mainly: green. Hex color #B5BCA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5BCA4 is #4A435B. Grayscale: #B7B7B7. Windows color (decimal): -4866908 or 10796213. OLE color: 10796213.

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

Color convert

RGB181188164-
CMYK0.0400.130.26
HSL77.5º15.19%69.02%-
HSV(B)77.5º12.77%73.73%-
XYZ43.7448.4742.17-
YUV183.17117.18126.45-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 33.96%
GREEN value IS 188 (73.83% from 255) = 35.27%
BLUE value IS 164 (64.45% from 255) = 30.77%
R=33.96%
G=35.27%
B=30.77%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1811881640.0400.130.2677.515.1969.02
HexB5BCA440D1A4df45
Octal26527424440153211517105
Binary1011010110111100101001001000110111010100110111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5BCA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5BCA4; }

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

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

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

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

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

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

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

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