#B5B77D

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

Shades of Pine Glade #B5B77D

Tints of Pine Glade #B5B77D

Color information

#B5B77D (or 0xB5B77D) is unknown color: approx Pine Glade. HEX triplet: B5, B7 and 7D. RGB value is (181,183,125). Sum of RGB (Red+Green+Blue) = 181+183+125=489 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.01% from 489); Green value is 183 (71.88% from 255 or 37.42% from 489); Blue value is 125 (49.22% from 255 or 25.56% from 489); Max value from RGB is 183 - color contains mainly: green. Hex color #B5B77D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5B77D is #4A4882. Grayscale: #B0B0B0. Windows color (decimal): -4868227 or 8239029. OLE color: 8239029.

HSL color Cylindrical-coordinate representation of color #B5B77D: hue angle of 62.07º degrees, saturation: 0.29, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B5B77D is Cyan = 0.01, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.28.

Color convert

RGB181183125-
CMYK0.0100.320.28
HSL62.07º28.71%60.39%-
HSV(B)62.07º31.69%71.76%-
XYZ39.6945.1726.03-
YUV175.7999.34131.72-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.01%
GREEN value IS 183 (71.88% from 255) = 37.42%
BLUE value IS 125 (49.22% from 255) = 25.56%
R=37.01%
G=37.42%
B=25.56%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1811831250.0100.320.2862.0728.7160.39
HexB5B77D10201C3e1d3c
Octal265267175104034763574
Binary10110101101101111111101101000001110011111011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5B77D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5B77D; }

 p { color: rgb(181,183,125); }

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

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

 a { background-color: rgb(181,183,125); }

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

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

 span { border-color: rgb(181,183,125); }

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