#BCC5A0

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

Shades of Beryl Green #BCC5A0

Tints of Beryl Green #BCC5A0

Color information

#BCC5A0 (or 0xBCC5A0) is unknown color: approx Beryl Green. HEX triplet: BC, C5 and A0. RGB value is (188,197,160). Sum of RGB (Red+Green+Blue) = 188+197+160=545 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.50% from 545); Green value is 197 (77.34% from 255 or 36.15% from 545); Blue value is 160 (62.89% from 255 or 29.36% from 545); Max value from RGB is 197 - color contains mainly: green. Hex color #BCC5A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC5A0 is #433A5F. Grayscale: #BEBEBE. Windows color (decimal): -4405856 or 10536380. OLE color: 10536380.

HSL color Cylindrical-coordinate representation of color #BCC5A0: hue angle of 74.59º degrees, saturation: 0.24, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BCC5A0 is Cyan = 0.05, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.23.

Color convert

RGB188197160-
CMYK0.0500.190.23
HSL74.59º24.18%70%-
HSV(B)74.59º18.78%77.25%-
XYZ47.0553.1641.04-
YUV190.09111.02126.51-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.50%
GREEN value IS 197 (77.34% from 255) = 36.15%
BLUE value IS 160 (62.89% from 255) = 29.36%
R=34.50%
G=36.15%
B=29.36%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1881971600.0500.190.2374.5924.1870
HexBCC5A05013174b1846
Octal27430524050232711330106
Binary101111001100010110100000101010011101111001011110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC5A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC5A0; }

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

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

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

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

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

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

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

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