#BABB84

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

Shades of Pine Glade #BABB84

Tints of Pine Glade #BABB84

Color information

#BABB84 (or 0xBABB84) is unknown color: approx Pine Glade. HEX triplet: BA, BB and 84. RGB value is (186,187,132). Sum of RGB (Red+Green+Blue) = 186+187+132=505 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.83% from 505); Green value is 187 (73.44% from 255 or 37.03% from 505); Blue value is 132 (51.95% from 255 or 26.14% from 505); Max value from RGB is 187 - color contains mainly: green. Hex color #BABB84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BABB84 is #45447B. Grayscale: #B4B4B4. Windows color (decimal): -4539516 or 8698810. OLE color: 8698810.

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

Color convert

RGB186187132-
CMYK0.0100.290.27
HSL61.09º28.8%62.55%-
HSV(B)61.09º29.41%73.33%-
XYZ42.1847.6528.8-
YUV180.43100.67131.97-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.83%
GREEN value IS 187 (73.44% from 255) = 37.03%
BLUE value IS 132 (51.95% from 255) = 26.14%
R=36.83%
G=37.03%
B=26.14%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861871320.0100.290.2761.0928.862.55
HexBABB84101D1B3d1d3f
Octal272273204103533753577
Binary10111010101110111000010010111011101111110111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABB84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABB84; }

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

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

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

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

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

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

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

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