#BEC972

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

Shades of Pine Glade #BEC972

Tints of Pine Glade #BEC972

Color information

#BEC972 (or 0xBEC972) is unknown color: approx Pine Glade. HEX triplet: BE, C9 and 72. RGB value is (190,201,114). Sum of RGB (Red+Green+Blue) = 190+201+114=505 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.62% from 505); Green value is 201 (78.91% from 255 or 39.80% from 505); Blue value is 114 (44.92% from 255 or 22.57% from 505); Max value from RGB is 201 - color contains mainly: green. Hex color #BEC972 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC972 is #41368D. Grayscale: #BCBCBC. Windows color (decimal): -4273806 or 7522750. OLE color: 7522750.

HSL color Cylindrical-coordinate representation of color #BEC972: hue angle of 67.59º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BEC972 is Cyan = 0.05, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.21.

Color convert

RGB190201114-
CMYK0.0500.430.21
HSL67.59º44.62%61.76%-
HSV(B)67.59º43.28%78.82%-
XYZ45.1653.9423.95-
YUV187.7986.36129.57-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.62%
GREEN value IS 201 (78.91% from 255) = 39.80%
BLUE value IS 114 (44.92% from 255) = 22.57%
R=37.62%
G=39.80%
B=22.57%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1902011140.0500.430.2167.5944.6261.76
HexBEC972502B15442d3e
Octal2763111625053251045576
Binary101111101100100111100101010101011101011000100101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC972; }

 p { color: rgb(190,201,114); }

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

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

 a { background-color: rgb(190,201,114); }

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

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

 span { border-color: rgb(190,201,114); }

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