#BABB75

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

Shades of Pine Glade #BABB75

Tints of Pine Glade #BABB75

Color information

#BABB75 (or 0xBABB75) is unknown color: approx Pine Glade. HEX triplet: BA, BB and 75. RGB value is (186,187,117). Sum of RGB (Red+Green+Blue) = 186+187+117=490 (64% of max value = 765). Red value is 186 (73.05% from 255 or 37.96% from 490); Green value is 187 (73.44% from 255 or 38.16% from 490); Blue value is 117 (46.09% from 255 or 23.88% from 490); Max value from RGB is 187 - color contains mainly: green. Hex color #BABB75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BABB75 is #45448A. Grayscale: #B3B3B3. Windows color (decimal): -4539531 or 7715770. OLE color: 7715770.

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

Color convert

RGB186187117-
CMYK0.0100.370.27
HSL60.86º33.98%59.61%-
HSV(B)60.86º37.43%73.33%-
XYZ41.2347.2623.78-
YUV178.7293.17133.19-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.96%
GREEN value IS 187 (73.44% from 255) = 38.16%
BLUE value IS 117 (46.09% from 255) = 23.88%
R=37.96%
G=38.16%
B=23.88%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861871170.0100.370.2760.8633.9859.61
HexBABB7510251B3d223c
Octal272273165104533754274
Binary101110101011101111101011010010111011111101100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABB75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABB75; }

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

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

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

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

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

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

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

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