#BABB8A

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

Shades of Pine Glade #BABB8A

Tints of Pine Glade #BABB8A

Color information

#BABB8A (or 0xBABB8A) is unknown color: approx Pine Glade. HEX triplet: BA, BB and 8A. RGB value is (186,187,138). Sum of RGB (Red+Green+Blue) = 186+187+138=511 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.40% from 511); Green value is 187 (73.44% from 255 or 36.59% from 511); Blue value is 138 (54.30% from 255 or 27.01% from 511); Max value from RGB is 187 - color contains mainly: green. Hex color #BABB8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BABB8A is #454475. Grayscale: #B5B5B5. Windows color (decimal): -4539510 or 9092026. OLE color: 9092026.

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

Color convert

RGB186187138-
CMYK0.0100.260.27
HSL61.22º26.49%63.73%-
HSV(B)61.22º26.2%73.33%-
XYZ42.6147.8131.03-
YUV181.11103.67131.48-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.40%
GREEN value IS 187 (73.44% from 255) = 36.59%
BLUE value IS 138 (54.30% from 255) = 27.01%
R=36.40%
G=36.59%
B=27.01%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861871380.0100.260.2761.2226.4963.73
HexBABB8A101A1B3d1a40
Octal2722732121032337532100
Binary101110101011101110001010101101011011111101110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABB8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABB8A; }

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

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

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

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

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

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

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

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