#BEC071

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

Shades of Pine Glade #BEC071

Tints of Pine Glade #BEC071

Color information

#BEC071 (or 0xBEC071) is unknown color: approx Pine Glade. HEX triplet: BE, C0 and 71. RGB value is (190,192,113). Sum of RGB (Red+Green+Blue) = 190+192+113=495 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.38% from 495); Green value is 192 (75.39% from 255 or 38.79% from 495); Blue value is 113 (44.53% from 255 or 22.83% from 495); Max value from RGB is 192 - color contains mainly: green. Hex color #BEC071 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC071 is #413F8E. Grayscale: #B6B6B6. Windows color (decimal): -4276111 or 7454910. OLE color: 7454910.

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

Color convert

RGB190192113-
CMYK0.0100.410.25
HSL61.52º38.54%59.8%-
HSV(B)61.52º41.15%75.29%-
XYZ43.0749.8422.97-
YUV182.488.84133.42-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.38%
GREEN value IS 192 (75.39% from 255) = 38.79%
BLUE value IS 113 (44.53% from 255) = 22.83%
R=38.38%
G=38.79%
B=22.83%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901921130.0100.410.2561.5238.5459.8
HexBEC0711029193e273c
Octal276300161105131764774
Binary101111101100000011100011010100111001111110100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC071; }

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

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

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

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

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

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

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

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