#BABB7E

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

Shades of Pine Glade #BABB7E

Tints of Pine Glade #BABB7E

Color information

#BABB7E (or 0xBABB7E) is unknown color: approx Pine Glade. HEX triplet: BA, BB and 7E. RGB value is (186,187,126). Sum of RGB (Red+Green+Blue) = 186+187+126=499 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.27% from 499); Green value is 187 (73.44% from 255 or 37.47% from 499); Blue value is 126 (49.61% from 255 or 25.25% from 499); Max value from RGB is 187 - color contains mainly: green. Hex color #BABB7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BABB7E is #454481. Grayscale: #B3B3B3. Windows color (decimal): -4539522 or 8305594. OLE color: 8305594.

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

Color convert

RGB186187126-
CMYK0.0100.330.27
HSL60.98º30.96%61.37%-
HSV(B)60.98º32.62%73.33%-
XYZ41.7947.4926.7-
YUV179.7597.67132.46-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.27%
GREEN value IS 187 (73.44% from 255) = 37.47%
BLUE value IS 126 (49.61% from 255) = 25.25%
R=37.27%
G=37.47%
B=25.25%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861871260.0100.330.2760.9830.9661.37
HexBABB7E10211B3d1f3d
Octal272273176104133753775
Binary10111010101110111111110101000011101111110111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABB7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABB7E; }

 p { color: rgb(186,187,126); }

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

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

 a { background-color: rgb(186,187,126); }

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

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

 span { border-color: rgb(186,187,126); }

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