#BABD77

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

Shades of Pine Glade #BABD77

Tints of Pine Glade #BABD77

Color information

#BABD77 (or 0xBABD77) is unknown color: approx Pine Glade. HEX triplet: BA, BD and 77. RGB value is (186,189,119). Sum of RGB (Red+Green+Blue) = 186+189+119=494 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.65% from 494); Green value is 189 (74.22% from 255 or 38.26% from 494); Blue value is 119 (46.88% from 255 or 24.09% from 494); Max value from RGB is 189 - color contains mainly: green. Hex color #BABD77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BABD77 is #454288. Grayscale: #B4B4B4. Windows color (decimal): -4539017 or 7847354. OLE color: 7847354.

HSL color Cylindrical-coordinate representation of color #BABD77: hue angle of 62.57º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BABD77 is Cyan = 0.02, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.26.

Color convert

RGB186189119-
CMYK0.0200.370.26
HSL62.57º34.65%60.39%-
HSV(B)62.57º37.04%74.12%-
XYZ41.7848.1724.55-
YUV180.1293.51132.19-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.65%
GREEN value IS 189 (74.22% from 255) = 38.26%
BLUE value IS 119 (46.88% from 255) = 24.09%
R=37.65%
G=38.26%
B=24.09%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1861891190.0200.370.2662.5734.6560.39
HexBABD7720251A3f233c
Octal272275167204532774374
Binary1011101010111101111011110010010111010111111100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABD77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABD77; }

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

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

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

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

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

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

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

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