#BABD8A

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

Shades of Pine Glade #BABD8A

Tints of Pine Glade #BABD8A

Color information

#BABD8A (or 0xBABD8A) is unknown color: approx Pine Glade. HEX triplet: BA, BD and 8A. RGB value is (186,189,138). Sum of RGB (Red+Green+Blue) = 186+189+138=513 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.26% from 513); Green value is 189 (74.22% from 255 or 36.84% from 513); Blue value is 138 (54.30% from 255 or 26.90% from 513); Max value from RGB is 189 - color contains mainly: green. Hex color #BABD8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BABD8A is #454275. Grayscale: #B6B6B6. Windows color (decimal): -4538998 or 9092538. OLE color: 9092538.

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

Color convert

RGB186189138-
CMYK0.0200.270.26
HSL63.53º27.87%64.12%-
HSV(B)63.53º26.98%74.12%-
XYZ43.0348.6731.17-
YUV182.29103.01130.65-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.26%
GREEN value IS 189 (74.22% from 255) = 36.84%
BLUE value IS 138 (54.30% from 255) = 26.90%
R=36.26%
G=36.84%
B=26.90%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1861891380.0200.270.2663.5327.8764.12
HexBABD8A201B1A401c40
Octal27227521220333210034100
Binary10111010101111011000101010011011110101000000111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABD8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABD8A; }

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

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

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

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

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

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

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

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