Html Css Color HEX #BAB57C Pine Glade

📋 copy color: '#BAB57C'

red 186 ◦ green 181 ◦ blue 124

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

Shades of Pine Glade #BAB57C

Tints of Pine Glade #BAB57C

RGB

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

 GREEN value IS 181 (71.09% from 255) = 36.86%

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

R = 37.88%
G = 36.86%
B = 25.25%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#BAB57C (or 0xBAB57C) is known color: Pine Glade. HEX triplet: BA, B5 and 7C. RGB value is (186,181,124). Sum of RGB (Red+Green+Blue) = 186+181+124=491 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.88% from 491); Green value is 181 (71.09% from 255 or 36.86% from 491); Blue value is 124 (48.83% from 255 or 25.25% from 491); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB57C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB57C is #454A83. Grayscale: #B0B0B0. Windows color (decimal): -4541060 or 8172986. OLE color: 8172986.

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

Color convert

RGB 186 181 124 -
CMYK 0 0.03 0.33 0.27
HSL 55.16º 0.31% 0.61% -
HSV(B) 55.16º 0.33% 0.73% -
XYZ 40.41 44.94 25.61 -
YUV 176 98.66 135.13 -
System Red Green Blue C M Y K H S L
Decimal 186 181 124 0 0.03 0.33 0.27 55.16 0.31 0.61
Hex BA B5 7C 0 3 21 1B 37 1F 3D
Octal 272 265 174 0 3 41 33 67 37 75
Binary 10111010 10110101 1111100 0 11 100001 11011 110111 11111 111101

Color Harmonies of #BAB57C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB57C

Black with #BAB57C

Text Example


Text Example

White with #BAB57C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB57C; }

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

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

background-color css

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

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

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

border-color css

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

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

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