#BCC49E

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

Shades of Beryl Green #BCC49E

Tints of Beryl Green #BCC49E

Color information

#BCC49E (or 0xBCC49E) is unknown color: approx Beryl Green. HEX triplet: BC, C4 and 9E. RGB value is (188,196,158). Sum of RGB (Red+Green+Blue) = 188+196+158=542 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.69% from 542); Green value is 196 (76.95% from 255 or 36.16% from 542); Blue value is 158 (62.11% from 255 or 29.15% from 542); Max value from RGB is 196 - color contains mainly: green. Hex color #BCC49E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC49E is #433B61. Grayscale: #BDBDBD. Windows color (decimal): -4406114 or 10405052. OLE color: 10405052.

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

Color convert

RGB188196158-
CMYK0.0400.190.23
HSL72.63º24.36%69.41%-
HSV(B)72.63º19.39%76.86%-
XYZ46.6552.6440.05-
YUV189.28110.35127.09-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.69%
GREEN value IS 196 (76.95% from 255) = 36.16%
BLUE value IS 158 (62.11% from 255) = 29.15%
R=34.69%
G=36.16%
B=29.15%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1881961580.0400.190.2372.6324.3669.41
HexBCC49E401317491845
Octal27430423640232711130105
Binary101111001100010010011110100010011101111001001110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC49E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC49E; }

 p { color: rgb(188,196,158); }

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

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

 a { background-color: rgb(188,196,158); }

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

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

 span { border-color: rgb(188,196,158); }

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