Html Css Color HEX #BAC976 Pine Glade

📋 copy color: '#BAC976'

red 186 ◦ green 201 ◦ blue 118

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

Shades of Pine Glade #BAC976

Tints of Pine Glade #BAC976

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 23.37%

R = 36.83%
G = 39.8%
B = 23.37%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.41

 K value IS 0.21

RGB Variations

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

Color information

#BAC976 (or 0xBAC976) is known color: Pine Glade. HEX triplet: BA, C9 and 76. RGB value is (186,201,118). Sum of RGB (Red+Green+Blue) = 186+201+118=505 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.83% from 505); Green value is 201 (78.91% from 255 or 39.80% from 505); Blue value is 118 (46.48% from 255 or 23.37% from 505); Max value from RGB is 201 - color contains mainly: green. Hex color #BAC976 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC976 is #453689. Grayscale: #BBBBBB. Windows color (decimal): -4535946 or 7784890. OLE color: 7784890.

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

Color convert

RGB 186 201 118 -
CMYK 0.07 0 0.41 0.21
HSL 70.84º 0.43% 0.63% -
HSV(B) 70.84º 0.41% 0.79% -
XYZ 44.41 53.52 25.13 -
YUV 187.05 89.03 127.25 -
System Red Green Blue C M Y K H S L
Decimal 186 201 118 0.07 0 0.41 0.21 70.84 0.43 0.63
Hex BA C9 76 7 0 29 15 47 2B 3F
Octal 272 311 166 7 0 51 25 107 53 77
Binary 10111010 11001001 1110110 111 0 101001 10101 1000111 101011 111111

Color Harmonies of #BAC976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC976

Black with #BAC976

Text Example


Text Example

White with #BAC976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC976; }

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

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

background-color css

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

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

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

border-color css

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

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

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