#BECC77

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

Shades of Pine Glade #BECC77

Tints of Pine Glade #BECC77

Color information

#BECC77 (or 0xBECC77) is unknown color: approx Pine Glade. HEX triplet: BE, CC and 77. RGB value is (190,204,119). Sum of RGB (Red+Green+Blue) = 190+204+119=513 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.04% from 513); Green value is 204 (80.08% from 255 or 39.77% from 513); Blue value is 119 (46.88% from 255 or 23.20% from 513); Max value from RGB is 204 - color contains mainly: green. Hex color #BECC77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BECC77 is #413388. Grayscale: #BEBEBE. Windows color (decimal): -4273033 or 7851198. OLE color: 7851198.

HSL color Cylindrical-coordinate representation of color #BECC77: hue angle of 69.88º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BECC77 is Cyan = 0.07, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.2.

Color convert

RGB190204119-
CMYK0.0700.420.2
HSL69.88º45.45%63.33%-
HSV(B)69.88º41.67%80%-
XYZ46.1655.4625.73-
YUV190.1287.86127.91-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.04%
GREEN value IS 204 (80.08% from 255) = 39.77%
BLUE value IS 119 (46.88% from 255) = 23.20%
R=37.04%
G=39.77%
B=23.20%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1902041190.0700.420.269.8845.4563.33
HexBECC77702A14462d3f
Octal2763141677052241065577
Binary101111101100110011101111110101010101001000110101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECC77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECC77; }

 p { color: rgb(190,204,119); }

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

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

 a { background-color: rgb(190,204,119); }

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

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

 span { border-color: rgb(190,204,119); }

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