#BECA79

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

Shades of Pine Glade #BECA79

Tints of Pine Glade #BECA79

Color information

#BECA79 (or 0xBECA79) is unknown color: approx Pine Glade. HEX triplet: BE, CA and 79. RGB value is (190,202,121). Sum of RGB (Red+Green+Blue) = 190+202+121=513 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.04% from 513); Green value is 202 (79.30% from 255 or 39.38% from 513); Blue value is 121 (47.66% from 255 or 23.59% from 513); Max value from RGB is 202 - color contains mainly: green. Hex color #BECA79 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BECA79 is #413586. Grayscale: #BDBDBD. Windows color (decimal): -4273543 or 7981758. OLE color: 7981758.

HSL color Cylindrical-coordinate representation of color #BECA79: hue angle of 68.89º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BECA79 is Cyan = 0.06, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.21.

Color convert

RGB190202121-
CMYK0.0600.400.21
HSL68.89º43.32%63.33%-
HSV(B)68.89º40.1%79.22%-
XYZ45.8154.5726.21-
YUV189.1889.52128.59-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.04%
GREEN value IS 202 (79.30% from 255) = 39.38%
BLUE value IS 121 (47.66% from 255) = 23.59%
R=37.04%
G=39.38%
B=23.59%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1902021210.0600.400.2168.8943.3263.33
HexBECA79602815452b3f
Octal2763121716050251055377
Binary101111101100101011110011100101000101011000101101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECA79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECA79; }

 p { color: rgb(190,202,121); }

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

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

 a { background-color: rgb(190,202,121); }

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

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

 span { border-color: rgb(190,202,121); }

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