#BEC08B

Color #BEC08B Pine Glade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pine Glade #BEC08B

Tints of Pine Glade #BEC08B

Color information

#BEC08B (or 0xBEC08B) is unknown color: approx Pine Glade. HEX triplet: BE, C0 and 8B. RGB value is (190,192,139). Sum of RGB (Red+Green+Blue) = 190+192+139=521 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.47% from 521); Green value is 192 (75.39% from 255 or 36.85% from 521); Blue value is 139 (54.69% from 255 or 26.68% from 521); Max value from RGB is 192 - color contains mainly: green. Hex color #BEC08B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC08B is #413F74. Grayscale: #B9B9B9. Windows color (decimal): -4276085 or 9158846. OLE color: 9158846.

HSL color Cylindrical-coordinate representation of color #BEC08B: hue angle of 62.26º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BEC08B is Cyan = 0.01, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.25.

Color convert

RGB190192139-
CMYK0.0100.280.25
HSL62.26º29.61%64.9%-
HSV(B)62.26º27.6%75.29%-
XYZ44.7550.5131.82-
YUV185.36101.84131.31-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.47%
GREEN value IS 192 (75.39% from 255) = 36.85%
BLUE value IS 139 (54.69% from 255) = 26.68%
R=36.47%
G=36.85%
B=26.68%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901921390.0100.280.2562.2629.6164.9
HexBEC08B101C193e1e41
Octal2763002131034317636101
Binary101111101100000010001011101110011001111110111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC08B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC08B; }

 p { color: rgb(190,192,139); }

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

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

 a { background-color: rgb(190,192,139); }

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

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

 span { border-color: rgb(190,192,139); }

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