#BEC576

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

Shades of Pine Glade #BEC576

Tints of Pine Glade #BEC576

Color information

#BEC576 (or 0xBEC576) is unknown color: approx Pine Glade. HEX triplet: BE, C5 and 76. RGB value is (190,197,118). Sum of RGB (Red+Green+Blue) = 190+197+118=505 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.62% from 505); Green value is 197 (77.34% from 255 or 39.01% from 505); Blue value is 118 (46.48% from 255 or 23.37% from 505); Max value from RGB is 197 - color contains mainly: green. Hex color #BEC576 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC576 is #413A89. Grayscale: #BABABA. Windows color (decimal): -4274826 or 7783870. OLE color: 7783870.

HSL color Cylindrical-coordinate representation of color #BEC576: hue angle of 65.32º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BEC576 is Cyan = 0.04, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.23.

Color convert

RGB190197118-
CMYK0.0400.400.23
HSL65.32º40.51%61.76%-
HSV(B)65.32º40.1%77.25%-
XYZ44.4752.1924.87-
YUV185.989.68130.92-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.62%
GREEN value IS 197 (77.34% from 255) = 39.01%
BLUE value IS 118 (46.48% from 255) = 23.37%
R=37.62%
G=39.01%
B=23.37%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1901971180.0400.400.2365.3240.5161.76
HexBEC57640281741293e
Octal2763051664050271015176
Binary101111101100010111101101000101000101111000001101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC576; }

 p { color: rgb(190,197,118); }

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

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

 a { background-color: rgb(190,197,118); }

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

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

 span { border-color: rgb(190,197,118); }

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