#BABD83

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

Shades of Pine Glade #BABD83

Tints of Pine Glade #BABD83

Color information

#BABD83 (or 0xBABD83) is unknown color: approx Pine Glade. HEX triplet: BA, BD and 83. RGB value is (186,189,131). Sum of RGB (Red+Green+Blue) = 186+189+131=506 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.76% from 506); Green value is 189 (74.22% from 255 or 37.35% from 506); Blue value is 131 (51.56% from 255 or 25.89% from 506); Max value from RGB is 189 - color contains mainly: green. Hex color #BABD83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BABD83 is #45427C. Grayscale: #B5B5B5. Windows color (decimal): -4539005 or 8633786. OLE color: 8633786.

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

Color convert

RGB186189131-
CMYK0.0200.310.26
HSL63.1º30.53%62.75%-
HSV(B)63.1º30.69%74.12%-
XYZ42.5448.4728.59-
YUV181.4999.51131.22-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.76%
GREEN value IS 189 (74.22% from 255) = 37.35%
BLUE value IS 131 (51.56% from 255) = 25.89%
R=36.76%
G=37.35%
B=25.89%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1861891310.0200.310.2663.130.5362.75
HexBABD83201F1A3f1f3f
Octal272275203203732773777
Binary101110101011110110000011100111111101011111111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABD83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABD83; }

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

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

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

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

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

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

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

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