#BEC974

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

Shades of Pine Glade #BEC974

Tints of Pine Glade #BEC974

Color information

#BEC974 (or 0xBEC974) is unknown color: approx Pine Glade. HEX triplet: BE, C9 and 74. RGB value is (190,201,116). Sum of RGB (Red+Green+Blue) = 190+201+116=507 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.48% from 507); Green value is 201 (78.91% from 255 or 39.64% from 507); Blue value is 116 (45.70% from 255 or 22.88% from 507); Max value from RGB is 201 - color contains mainly: green. Hex color #BEC974 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC974 is #41368B. Grayscale: #BCBCBC. Windows color (decimal): -4273804 or 7653822. OLE color: 7653822.

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

Color convert

RGB190201116-
CMYK0.0500.420.21
HSL67.76º44.04%62.16%-
HSV(B)67.76º42.29%78.82%-
XYZ45.2753.9824.56-
YUV188.0287.36129.41-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.48%
GREEN value IS 201 (78.91% from 255) = 39.64%
BLUE value IS 116 (45.70% from 255) = 22.88%
R=37.48%
G=39.64%
B=22.88%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1902011160.0500.420.2167.7644.0462.16
HexBEC974502A15442c3e
Octal2763111645052251045476
Binary101111101100100111101001010101010101011000100101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC974; }

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

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

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

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

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

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

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

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