#BABA83

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

Shades of Pine Glade #BABA83

Tints of Pine Glade #BABA83

Color information

#BABA83 (or 0xBABA83) is unknown color: approx Pine Glade. HEX triplet: BA, BA and 83. RGB value is (186,186,131). Sum of RGB (Red+Green+Blue) = 186+186+131=503 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.98% from 503); Green value is 186 (73.05% from 255 or 36.98% from 503); Blue value is 131 (51.56% from 255 or 26.04% from 503); Max value from RGB is 186 - color contains mainly: red, green. Hex color #BABA83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BABA83 is #45457C. Grayscale: #B3B3B3. Windows color (decimal): -4539773 or 8633018. OLE color: 8633018.

HSL color Cylindrical-coordinate representation of color #BABA83: hue angle of 60º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BABA83 is Cyan = 0, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.27.

Color convert

RGB186186131-
CMYK000.300.27
HSL60º28.5%62.16%-
HSV(B)60º29.57%72.94%-
XYZ41.9147.228.37-
YUV179.73100.5132.47-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.98%
GREEN value IS 186 (73.05% from 255) = 36.98%
BLUE value IS 131 (51.56% from 255) = 26.04%
R=36.98%
G=36.98%
B=26.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186186131000.300.276028.562.16
HexBABA83001E1B3c1c3e
Octal272272203003633743476
Binary10111010101110101000001100111101101111110011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABA83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABA83; }

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

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

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

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

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

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

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

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