Html Css Color HEX #BAC979 Pine Glade

📋 copy color: '#BAC979'

red 186 ◦ green 201 ◦ blue 121

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

Shades of Pine Glade #BAC979

Tints of Pine Glade #BAC979

RGB

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

 GREEN value IS 201 (78.91% from 255) = 39.57%

 BLUE value IS 121 (47.66% from 255) = 23.82%

R = 36.61%
G = 39.57%
B = 23.82%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.40

 K value IS 0.21

RGB Variations

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

Color information

#BAC979 (or 0xBAC979) is known color: Pine Glade. HEX triplet: BA, C9 and 79. RGB value is (186,201,121). Sum of RGB (Red+Green+Blue) = 186+201+121=508 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.61% from 508); Green value is 201 (78.91% from 255 or 39.57% from 508); Blue value is 121 (47.66% from 255 or 23.82% from 508); Max value from RGB is 201 - color contains mainly: green. Hex color #BAC979 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC979 is #453686. Grayscale: #BBBBBB. Windows color (decimal): -4535943 or 7981498. OLE color: 7981498.

HSL color Cylindrical-coordinate representation of color #BAC979: hue angle of 71.25º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BAC979 is Cyan = 0.07, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.21.

Color convert

RGB 186 201 121 -
CMYK 0.07 0 0.40 0.21
HSL 71.25º 0.43% 0.63% -
HSV(B) 71.25º 0.4% 0.79% -
XYZ 44.59 53.59 26.08 -
YUV 187.4 90.53 127 -
System Red Green Blue C M Y K H S L
Decimal 186 201 121 0.07 0 0.40 0.21 71.25 0.43 0.63
Hex BA C9 79 7 0 28 15 47 2B 3F
Octal 272 311 171 7 0 50 25 107 53 77
Binary 10111010 11001001 1111001 111 0 101000 10101 1000111 101011 111111

Color Harmonies of #BAC979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC979

Black with #BAC979

Text Example


Text Example

White with #BAC979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC979; }

 p { color: rgb(186,201,121); }

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

background-color css

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

 a { background-color: rgb(186,201,121); }

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

border-color css

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

 span { border-color: rgb(186,201,121); }

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