Html Css Color HEX #BAB97C Pine Glade

📋 copy color: '#BAB97C'

red 186 ◦ green 185 ◦ blue 124

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

Shades of Pine Glade #BAB97C

Tints of Pine Glade #BAB97C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 25.05%

R = 37.58%
G = 37.37%
B = 25.05%

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

#BAB97C (or 0xBAB97C) is known color: Pine Glade. HEX triplet: BA, B9 and 7C. RGB value is (186,185,124). Sum of RGB (Red+Green+Blue) = 186+185+124=495 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.58% from 495); Green value is 185 (72.66% from 255 or 37.37% from 495); Blue value is 124 (48.83% from 255 or 25.05% from 495); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB97C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB97C is #454683. Grayscale: #B2B2B2. Windows color (decimal): -4540036 or 8174010. OLE color: 8174010.

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

Color convert

RGB 186 185 124 -
CMYK 0 0.01 0.33 0.27
HSL 59.03º 0.31% 0.61% -
HSV(B) 59.03º 0.33% 0.73% -
XYZ 41.24 46.59 25.89 -
YUV 178.35 97.33 133.46 -
System Red Green Blue C M Y K H S L
Decimal 186 185 124 0 0.01 0.33 0.27 59.03 0.31 0.61
Hex BA B9 7C 0 1 21 1B 3B 1F 3D
Octal 272 271 174 0 1 41 33 73 37 75
Binary 10111010 10111001 1111100 0 1 100001 11011 111011 11111 111101

Color Harmonies of #BAB97C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB97C

Black with #BAB97C

Text Example


Text Example

White with #BAB97C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB97C; }

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

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

background-color css

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

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

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

border-color css

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

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

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