Html Css Color HEX #BAB980 Pine Glade

📋 copy color: '#BAB980'

red 186 ◦ green 185 ◦ blue 128

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

Shades of Pine Glade #BAB980

Tints of Pine Glade #BAB980

RGB

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

 GREEN value IS 185 (72.66% from 255) = 37.07%

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

R = 37.27%
G = 37.07%
B = 25.65%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.31

 K value IS 0.27

RGB Variations

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

Color information

#BAB980 (or 0xBAB980) is known color: Pine Glade. HEX triplet: BA, B9 and 80. RGB value is (186,185,128). Sum of RGB (Red+Green+Blue) = 186+185+128=499 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.27% from 499); Green value is 185 (72.66% from 255 or 37.07% from 499); Blue value is 128 (50.39% from 255 or 25.65% from 499); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB980 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB980 is #45467F. Grayscale: #B3B3B3. Windows color (decimal): -4540032 or 8436154. OLE color: 8436154.

HSL color Cylindrical-coordinate representation of color #BAB980: hue angle of 58.97º 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 #BAB980 is Cyan = 0, Magento = 0.01, Yellow = 0.31 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 185 128 -
CMYK 0 0.01 0.31 0.27
HSL 58.97º 0.3% 0.62% -
HSV(B) 58.97º 0.31% 0.73% -
XYZ 41.49 46.7 27.25 -
YUV 178.8 99.33 133.13 -
System Red Green Blue C M Y K H S L
Decimal 186 185 128 0 0.01 0.31 0.27 58.97 0.3 0.62
Hex BA B9 80 0 1 1F 1B 3B 1E 3E
Octal 272 271 200 0 1 37 33 73 36 76
Binary 10111010 10111001 10000000 0 1 11111 11011 111011 11110 111110

Color Harmonies of #BAB980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB980

Black with #BAB980

Text Example


Text Example

White with #BAB980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB980; }

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

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

background-color css

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

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

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

border-color css

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

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

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