#BEC084

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

Shades of Pine Glade #BEC084

Tints of Pine Glade #BEC084

Color information

#BEC084 (or 0xBEC084) is unknown color: approx Pine Glade. HEX triplet: BE, C0 and 84. RGB value is (190,192,132). Sum of RGB (Red+Green+Blue) = 190+192+132=514 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.96% from 514); Green value is 192 (75.39% from 255 or 37.35% from 514); Blue value is 132 (51.95% from 255 or 25.68% from 514); Max value from RGB is 192 - color contains mainly: green. Hex color #BEC084 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC084 is #413F7B. Grayscale: #B8B8B8. Windows color (decimal): -4276092 or 8700094. OLE color: 8700094.

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

Color convert

RGB190192132-
CMYK0.0100.310.25
HSL62º32.26%63.53%-
HSV(B)62º31.25%75.29%-
XYZ44.2550.3129.21-
YUV184.5698.34131.88-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.96%
GREEN value IS 192 (75.39% from 255) = 37.35%
BLUE value IS 132 (51.95% from 255) = 25.68%
R=36.96%
G=37.35%
B=25.68%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901921320.0100.310.256232.2663.53
HexBEC084101F193e2040
Octal2763002041037317640100
Binary1011111011000000100001001011111110011111101000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC084; }

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

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

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

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

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

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

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

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