Html Css Color HEX #BAB77C Pine Glade

📋 copy color: '#BAB77C'

red 186 ◦ green 183 ◦ blue 124

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

Shades of Pine Glade #BAB77C

Tints of Pine Glade #BAB77C

RGB

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

 GREEN value IS 183 (71.88% from 255) = 37.12%

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

R = 37.73%
G = 37.12%
B = 25.15%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#BAB77C (or 0xBAB77C) is known color: Pine Glade. HEX triplet: BA, B7 and 7C. RGB value is (186,183,124). Sum of RGB (Red+Green+Blue) = 186+183+124=493 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.73% from 493); Green value is 183 (71.88% from 255 or 37.12% from 493); Blue value is 124 (48.83% from 255 or 25.15% from 493); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB77C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB77C is #454883. Grayscale: #B1B1B1. Windows color (decimal): -4540548 or 8173498. OLE color: 8173498.

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

Color convert

RGB 186 183 124 -
CMYK 0 0.02 0.33 0.27
HSL 57.1º 0.31% 0.61% -
HSV(B) 57.1º 0.33% 0.73% -
XYZ 40.82 45.76 25.75 -
YUV 177.17 97.99 134.3 -
System Red Green Blue C M Y K H S L
Decimal 186 183 124 0 0.02 0.33 0.27 57.1 0.31 0.61
Hex BA B7 7C 0 2 21 1B 39 1F 3D
Octal 272 267 174 0 2 41 33 71 37 75
Binary 10111010 10110111 1111100 0 10 100001 11011 111001 11111 111101

Color Harmonies of #BAB77C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB77C

Black with #BAB77C

Text Example


Text Example

White with #BAB77C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB77C; }

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

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

background-color css

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

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

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

border-color css

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

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

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