#BEC170

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

Shades of Pine Glade #BEC170

Tints of Pine Glade #BEC170

Color information

#BEC170 (or 0xBEC170) is unknown color: approx Pine Glade. HEX triplet: BE, C1 and 70. RGB value is (190,193,112). Sum of RGB (Red+Green+Blue) = 190+193+112=495 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.38% from 495); Green value is 193 (75.78% from 255 or 38.99% from 495); Blue value is 112 (44.14% from 255 or 22.63% from 495); Max value from RGB is 193 - color contains mainly: green. Hex color #BEC170 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC170 is #413E8F. Grayscale: #B7B7B7. Windows color (decimal): -4275856 or 7389630. OLE color: 7389630.

HSL color Cylindrical-coordinate representation of color #BEC170: hue angle of 62.22º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BEC170 is Cyan = 0.02, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.24.

Color convert

RGB190193112-
CMYK0.0200.420.24
HSL62.22º39.51%59.8%-
HSV(B)62.22º41.97%75.69%-
XYZ43.2350.2622.75-
YUV182.8788.01133.09-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.38%
GREEN value IS 193 (75.78% from 255) = 38.99%
BLUE value IS 112 (44.14% from 255) = 22.63%
R=38.38%
G=38.99%
B=22.63%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1901931120.0200.420.2462.2239.5159.8
HexBEC170202A183e283c
Octal276301160205230765074
Binary1011111011000001111000010010101011000111110101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC170; }

 p { color: rgb(190,193,112); }

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

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

 a { background-color: rgb(190,193,112); }

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

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

 span { border-color: rgb(190,193,112); }

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