#BECA80

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

Shades of Pine Glade #BECA80

Tints of Pine Glade #BECA80

Color information

#BECA80 (or 0xBECA80) is unknown color: approx Pine Glade. HEX triplet: BE, CA and 80. RGB value is (190,202,128). Sum of RGB (Red+Green+Blue) = 190+202+128=520 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.54% from 520); Green value is 202 (79.30% from 255 or 38.85% from 520); Blue value is 128 (50.39% from 255 or 24.62% from 520); Max value from RGB is 202 - color contains mainly: green. Hex color #BECA80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BECA80 is #41357F. Grayscale: #BEBEBE. Windows color (decimal): -4273536 or 8440510. OLE color: 8440510.

HSL color Cylindrical-coordinate representation of color #BECA80: hue angle of 69.73º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BECA80 is Cyan = 0.06, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.21.

Color convert

RGB190202128-
CMYK0.0600.370.21
HSL69.73º41.11%64.71%-
HSV(B)69.73º36.63%79.22%-
XYZ46.2554.7528.55-
YUV189.9893.02128.02-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.54%
GREEN value IS 202 (79.30% from 255) = 38.85%
BLUE value IS 128 (50.39% from 255) = 24.62%
R=36.54%
G=38.85%
B=24.62%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1902021280.0600.370.2169.7341.1164.71
HexBECA80602515462941
Octal27631220060452510651101
Binary10111110110010101000000011001001011010110001101010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECA80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECA80; }

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

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

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

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

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

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

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

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