#BEC074

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

Shades of Pine Glade #BEC074

Tints of Pine Glade #BEC074

Color information

#BEC074 (or 0xBEC074) is unknown color: approx Pine Glade. HEX triplet: BE, C0 and 74. RGB value is (190,192,116). Sum of RGB (Red+Green+Blue) = 190+192+116=498 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.15% from 498); Green value is 192 (75.39% from 255 or 38.55% from 498); Blue value is 116 (45.70% from 255 or 23.29% from 498); Max value from RGB is 192 - color contains mainly: green. Hex color #BEC074 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC074 is #413F8B. Grayscale: #B7B7B7. Windows color (decimal): -4276108 or 7651518. OLE color: 7651518.

HSL color Cylindrical-coordinate representation of color #BEC074: hue angle of 61.58º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BEC074 is Cyan = 0.01, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.25.

Color convert

RGB190192116-
CMYK0.0100.400.25
HSL61.58º37.62%60.39%-
HSV(B)61.58º39.58%75.29%-
XYZ43.2449.9123.88-
YUV182.7490.34133.18-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.15%
GREEN value IS 192 (75.39% from 255) = 38.55%
BLUE value IS 116 (45.70% from 255) = 23.29%
R=38.15%
G=38.55%
B=23.29%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901921160.0100.400.2561.5837.6260.39
HexBEC0741028193e263c
Octal276300164105031764674
Binary101111101100000011101001010100011001111110100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC074; }

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

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

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

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

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

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

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

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