#BEC178

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

Shades of Pine Glade #BEC178

Tints of Pine Glade #BEC178

Color information

#BEC178 (or 0xBEC178) is unknown color: approx Pine Glade. HEX triplet: BE, C1 and 78. RGB value is (190,193,120). Sum of RGB (Red+Green+Blue) = 190+193+120=503 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.77% from 503); Green value is 193 (75.78% from 255 or 38.37% from 503); Blue value is 120 (47.27% from 255 or 23.86% from 503); Max value from RGB is 193 - color contains mainly: green. Hex color #BEC178 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC178 is #413E87. Grayscale: #B8B8B8. Windows color (decimal): -4275848 or 7913918. OLE color: 7913918.

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

Color convert

RGB190193120-
CMYK0.0200.380.24
HSL62.47º37.06%61.37%-
HSV(B)62.47º37.82%75.69%-
XYZ43.750.4425.2-
YUV183.7892.01132.44-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.77%
GREEN value IS 193 (75.78% from 255) = 38.37%
BLUE value IS 120 (47.27% from 255) = 23.86%
R=37.77%
G=38.37%
B=23.86%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1901931200.0200.380.2462.4737.0661.37
HexBEC1782026183e253d
Octal276301170204630764575
Binary1011111011000001111100010010011011000111110100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC178; }

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

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

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

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

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

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

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

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