Html Css Color HEX #BABA80 Pine Glade

📋 copy color: '#BABA80'

red 186 ◦ green 186 ◦ blue 128

#BABA80
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pine Glade #BABA80

Tints of Pine Glade #BABA80

RGB

 RED value IS 186 (73.05% from 255) = 37.2%

 GREEN value IS 186 (73.05% from 255) = 37.2%

 BLUE value IS 128 (50.39% from 255) = 25.6%

R = 37.2%
G = 37.2%
B = 25.6%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.31

 K value IS 0.27

RGB Variations

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

Color information

#BABA80 (or 0xBABA80) is known color: Pine Glade. HEX triplet: BA, BA and 80. RGB value is (186,186,128). Sum of RGB (Red+Green+Blue) = 186+186+128=500 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.2% from 500); Green value is 186 (73.05% from 255 or 37.2% from 500); Blue value is 128 (50.39% from 255 or 25.6% from 500); Max value from RGB is 186 - color contains mainly: red, green. Hex color #BABA80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BABA80 is #45457F. Grayscale: #B3B3B3. Windows color (decimal): -4539776 or 8436410. OLE color: 8436410.

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

Color convert

RGB 186 186 128 -
CMYK 0 0 0.31 0.27
HSL 60º 0.3% 0.62% -
HSV(B) 60º 0.31% 0.73% -
XYZ 41.7 47.12 27.32 -
YUV 179.39 99 132.72 -
System Red Green Blue C M Y K H S L
Decimal 186 186 128 0 0 0.31 0.27 60 0.3 0.62
Hex BA BA 80 0 0 1F 1B 3C 1E 3E
Octal 272 272 200 0 0 37 33 74 36 76
Binary 10111010 10111010 10000000 0 0 11111 11011 111100 11110 111110

Color Harmonies of #BABA80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABA80

Black with #BABA80

Text Example


Text Example

White with #BABA80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABA80; }

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

 H1.HeaderClassName
 {
   color: #BABA80;
 }
 .AnyTagClassName
 {
   color: #BABA80;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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