#B3B57F

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

Shades of Pine Glade #B3B57F

Tints of Pine Glade #B3B57F

Color information

#B3B57F (or 0xB3B57F) is unknown color: approx Pine Glade. HEX triplet: B3, B5 and 7F. RGB value is (179,181,127). Sum of RGB (Red+Green+Blue) = 179+181+127=487 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.76% from 487); Green value is 181 (71.09% from 255 or 37.17% from 487); Blue value is 127 (50% from 255 or 26.08% from 487); Max value from RGB is 181 - color contains mainly: green. Hex color #B3B57F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3B57F is #4C4A80. Grayscale: #AEAEAE. Windows color (decimal): -4999809 or 8369587. OLE color: 8369587.

HSL color Cylindrical-coordinate representation of color #B3B57F: hue angle of 62.22º degrees, saturation: 0.27, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B3B57F is Cyan = 0.01, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.29.

Color convert

RGB179181127-
CMYK0.0100.300.29
HSL62.22º26.73%60.39%-
HSV(B)62.22º29.83%70.98%-
XYZ38.9544.1626.55-
YUV174.25101.34131.39-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.76%
GREEN value IS 181 (71.09% from 255) = 37.17%
BLUE value IS 127 (50% from 255) = 26.08%
R=36.76%
G=37.17%
B=26.08%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1791811270.0100.300.2962.2226.7360.39
HexB3B57F101E1D3e1b3c
Octal263265177103635763374
Binary1011001110110101111111110111101110111111011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3B57F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3B57F; }

 p { color: rgb(179,181,127); }

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

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

 a { background-color: rgb(179,181,127); }

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

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

 span { border-color: rgb(179,181,127); }

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