#BEC776

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

Shades of Pine Glade #BEC776

Tints of Pine Glade #BEC776

Color information

#BEC776 (or 0xBEC776) is unknown color: approx Pine Glade. HEX triplet: BE, C7 and 76. RGB value is (190,199,118). Sum of RGB (Red+Green+Blue) = 190+199+118=507 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.48% from 507); Green value is 199 (78.12% from 255 or 39.25% from 507); Blue value is 118 (46.48% from 255 or 23.27% from 507); Max value from RGB is 199 - color contains mainly: green. Hex color #BEC776 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC776 is #413889. Grayscale: #BBBBBB. Windows color (decimal): -4274314 or 7784382. OLE color: 7784382.

HSL color Cylindrical-coordinate representation of color #BEC776: hue angle of 66.67º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BEC776 is Cyan = 0.05, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.22.

Color convert

RGB190199118-
CMYK0.0500.410.22
HSL66.67º41.97%62.16%-
HSV(B)66.67º40.7%78.04%-
XYZ44.9353.125.02-
YUV187.0889.02130.09-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.48%
GREEN value IS 199 (78.12% from 255) = 39.25%
BLUE value IS 118 (46.48% from 255) = 23.27%
R=37.48%
G=39.25%
B=23.27%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1901991180.0500.410.2266.6741.9762.16
HexBEC776502916432a3e
Octal2763071665051261035276
Binary101111101100011111101101010101001101101000011101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC776; }

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

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

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

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

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

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

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

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