#BEC484

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

Shades of Pine Glade #BEC484

Tints of Pine Glade #BEC484

Color information

#BEC484 (or 0xBEC484) is unknown color: approx Pine Glade. HEX triplet: BE, C4 and 84. RGB value is (190,196,132). Sum of RGB (Red+Green+Blue) = 190+196+132=518 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.68% from 518); Green value is 196 (76.95% from 255 or 37.84% from 518); Blue value is 132 (51.95% from 255 or 25.48% from 518); Max value from RGB is 196 - color contains mainly: green. Hex color #BEC484 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC484 is #413B7B. Grayscale: #BBBBBB. Windows color (decimal): -4275068 or 8701118. OLE color: 8701118.

HSL color Cylindrical-coordinate representation of color #BEC484: hue angle of 65.62º degrees, saturation: 0.35, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BEC484 is Cyan = 0.03, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.23.

Color convert

RGB190196132-
CMYK0.0300.330.23
HSL65.62º35.16%64.31%-
HSV(B)65.62º32.65%76.86%-
XYZ45.1452.0929.51-
YUV186.9197.01130.2-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.68%
GREEN value IS 196 (76.95% from 255) = 37.84%
BLUE value IS 132 (51.95% from 255) = 25.48%
R=36.68%
G=37.84%
B=25.48%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1901961320.0300.330.2365.6235.1664.31
HexBEC484302117422340
Octal27630420430412710243100
Binary1011111011000100100001001101000011011110000101000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC484; }

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

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

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

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

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

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

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

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