Html Css Color HEX #BAB978 Pine Glade

📋 copy color: '#BAB978'

red 186 ◦ green 185 ◦ blue 120

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

Shades of Pine Glade #BAB978

Tints of Pine Glade #BAB978

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 24.44%

R = 37.88%
G = 37.68%
B = 24.44%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.35

 K value IS 0.27

RGB Variations

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

Color information

#BAB978 (or 0xBAB978) is known color: Pine Glade. HEX triplet: BA, B9 and 78. RGB value is (186,185,120). Sum of RGB (Red+Green+Blue) = 186+185+120=491 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.88% from 491); Green value is 185 (72.66% from 255 or 37.68% from 491); Blue value is 120 (47.27% from 255 or 24.44% from 491); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB978 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB978 is #454687. Grayscale: #B2B2B2. Windows color (decimal): -4540040 or 7911866. OLE color: 7911866.

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

Color convert

RGB 186 185 120 -
CMYK 0 0.01 0.35 0.27
HSL 59.09º 0.32% 0.6% -
HSV(B) 59.09º 0.35% 0.73% -
XYZ 40.99 46.49 24.58 -
YUV 177.89 95.33 133.79 -
System Red Green Blue C M Y K H S L
Decimal 186 185 120 0 0.01 0.35 0.27 59.09 0.32 0.6
Hex BA B9 78 0 1 23 1B 3B 20 3C
Octal 272 271 170 0 1 43 33 73 40 74
Binary 10111010 10111001 1111000 0 1 100011 11011 111011 100000 111100

Color Harmonies of #BAB978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB978

Black with #BAB978

Text Example


Text Example

White with #BAB978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB978; }

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

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

background-color css

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

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

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

border-color css

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

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

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