#BECA7F

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

Shades of Pine Glade #BECA7F

Tints of Pine Glade #BECA7F

Color information

#BECA7F (or 0xBECA7F) is unknown color: approx Pine Glade. HEX triplet: BE, CA and 7F. RGB value is (190,202,127). Sum of RGB (Red+Green+Blue) = 190+202+127=519 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.61% from 519); Green value is 202 (79.30% from 255 or 38.92% from 519); Blue value is 127 (50% from 255 or 24.47% from 519); Max value from RGB is 202 - color contains mainly: green. Hex color #BECA7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BECA7F is #413580. Grayscale: #BEBEBE. Windows color (decimal): -4273537 or 8374974. OLE color: 8374974.

HSL color Cylindrical-coordinate representation of color #BECA7F: hue angle of 69.6º 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 #BECA7F is Cyan = 0.06, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.21.

Color convert

RGB190202127-
CMYK0.0600.370.21
HSL69.6º41.44%64.51%-
HSV(B)69.6º37.13%79.22%-
XYZ46.1954.7228.21-
YUV189.8692.52128.1-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.61%
GREEN value IS 202 (79.30% from 255) = 38.92%
BLUE value IS 127 (50% from 255) = 24.47%
R=36.61%
G=38.92%
B=24.47%

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
Decimal1902021270.0600.370.2169.641.4464.51
HexBECA7F602515462941
Octal27631217760452510651101
Binary1011111011001010111111111001001011010110001101010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECA7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECA7F; }

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

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

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

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

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

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

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

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