Html Css Color HEX #BAB97D Pine Glade

📋 copy color: '#BAB97D'

red 186 ◦ green 185 ◦ blue 125

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

Shades of Pine Glade #BAB97D

Tints of Pine Glade #BAB97D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 25.2%

R = 37.5%
G = 37.3%
B = 25.2%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#BAB97D (or 0xBAB97D) is known color: Pine Glade. HEX triplet: BA, B9 and 7D. RGB value is (186,185,125). Sum of RGB (Red+Green+Blue) = 186+185+125=496 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.5% from 496); Green value is 185 (72.66% from 255 or 37.30% from 496); Blue value is 125 (49.22% from 255 or 25.20% from 496); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB97D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB97D is #454682. Grayscale: #B2B2B2. Windows color (decimal): -4540035 or 8239546. OLE color: 8239546.

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

Color convert

RGB 186 185 125 -
CMYK 0 0.01 0.33 0.27
HSL 59.02º 0.31% 0.61% -
HSV(B) 59.02º 0.33% 0.73% -
XYZ 41.3 46.62 26.22 -
YUV 178.46 97.83 133.38 -
System Red Green Blue C M Y K H S L
Decimal 186 185 125 0 0.01 0.33 0.27 59.02 0.31 0.61
Hex BA B9 7D 0 1 21 1B 3B 1F 3D
Octal 272 271 175 0 1 41 33 73 37 75
Binary 10111010 10111001 1111101 0 1 100001 11011 111011 11111 111101

Color Harmonies of #BAB97D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB97D

Black with #BAB97D

Text Example


Text Example

White with #BAB97D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB97D; }

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

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

background-color css

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

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

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

border-color css

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

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

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