#BEC175

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

Shades of Pine Glade #BEC175

Tints of Pine Glade #BEC175

Color information

#BEC175 (or 0xBEC175) is unknown color: approx Pine Glade. HEX triplet: BE, C1 and 75. RGB value is (190,193,117). Sum of RGB (Red+Green+Blue) = 190+193+117=500 (66% of max value = 765). Red value is 190 (74.61% from 255 or 38% from 500); Green value is 193 (75.78% from 255 or 38.6% from 500); Blue value is 117 (46.09% from 255 or 23.4% from 500); Max value from RGB is 193 - color contains mainly: green. Hex color #BEC175 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC175 is #413E8A. Grayscale: #B7B7B7. Windows color (decimal): -4275851 or 7717310. OLE color: 7717310.

HSL color Cylindrical-coordinate representation of color #BEC175: hue angle of 62.37º 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 #BEC175 is Cyan = 0.02, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.24.

Color convert

RGB190193117-
CMYK0.0200.390.24
HSL62.37º38%60.78%-
HSV(B)62.37º39.38%75.69%-
XYZ43.5250.3724.26-
YUV183.4490.51132.68-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38%
GREEN value IS 193 (75.78% from 255) = 38.6%
BLUE value IS 117 (46.09% from 255) = 23.4%
R=38%
G=38.6%
B=23.4%

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
Decimal1901931170.0200.390.2462.373860.78
HexBEC1752027183e263d
Octal276301165204730764675
Binary1011111011000001111010110010011111000111110100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC175; }

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

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

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

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

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

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

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

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