#BEC176

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

Shades of Pine Glade #BEC176

Tints of Pine Glade #BEC176

Color information

#BEC176 (or 0xBEC176) is unknown color: approx Pine Glade. HEX triplet: BE, C1 and 76. RGB value is (190,193,118). Sum of RGB (Red+Green+Blue) = 190+193+118=501 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.92% from 501); Green value is 193 (75.78% from 255 or 38.52% from 501); Blue value is 118 (46.48% from 255 or 23.55% from 501); Max value from RGB is 193 - color contains mainly: green. Hex color #BEC176 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC176 is #413E89. Grayscale: #B7B7B7. Windows color (decimal): -4275850 or 7782846. OLE color: 7782846.

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

Color convert

RGB190193118-
CMYK0.0200.390.24
HSL62.4º37.69%60.98%-
HSV(B)62.4º38.86%75.69%-
XYZ43.5850.424.57-
YUV183.5591.01132.6-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.92%
GREEN value IS 193 (75.78% from 255) = 38.52%
BLUE value IS 118 (46.48% from 255) = 23.55%
R=37.92%
G=38.52%
B=23.55%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1901931180.0200.390.2462.437.6960.98
HexBEC1762027183e263d
Octal276301166204730764675
Binary1011111011000001111011010010011111000111110100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC176; }

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

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

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

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

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

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

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

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