#B5BA77

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

Shades of Pine Glade #B5BA77

Tints of Pine Glade #B5BA77

Color information

#B5BA77 (or 0xB5BA77) is unknown color: approx Pine Glade. HEX triplet: B5, BA and 77. RGB value is (181,186,119). Sum of RGB (Red+Green+Blue) = 181+186+119=486 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.24% from 486); Green value is 186 (73.05% from 255 or 38.27% from 486); Blue value is 119 (46.88% from 255 or 24.49% from 486); Max value from RGB is 186 - color contains mainly: green. Hex color #B5BA77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5BA77 is #4A4588. Grayscale: #B1B1B1. Windows color (decimal): -4867465 or 7846581. OLE color: 7846581.

HSL color Cylindrical-coordinate representation of color #B5BA77: hue angle of 64.48º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B5BA77 is Cyan = 0.03, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.27.

Color convert

RGB181186119-
CMYK0.0300.360.27
HSL64.48º32.68%59.8%-
HSV(B)64.48º36.02%72.94%-
XYZ39.9446.2724.28-
YUV176.8795.34130.95-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.24%
GREEN value IS 186 (73.05% from 255) = 38.27%
BLUE value IS 119 (46.88% from 255) = 24.49%
R=37.24%
G=38.27%
B=24.49%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1811861190.0300.360.2764.4832.6859.8
HexB5BA7730241B40213c
Octal2652721673044331004174
Binary10110101101110101110111110100100110111000000100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5BA77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5BA77; }

 p { color: rgb(181,186,119); }

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

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

 a { background-color: rgb(181,186,119); }

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

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

 span { border-color: rgb(181,186,119); }

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