Html Css Color HEX #BAC977 Pine Glade

📋 copy color: '#BAC977'

red 186 ◦ green 201 ◦ blue 119

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

Shades of Pine Glade #BAC977

Tints of Pine Glade #BAC977

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 23.52%

R = 36.76%
G = 39.72%
B = 23.52%

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

#BAC977 (or 0xBAC977) is known color: Pine Glade. HEX triplet: BA, C9 and 77. RGB value is (186,201,119). Sum of RGB (Red+Green+Blue) = 186+201+119=506 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.76% from 506); Green value is 201 (78.91% from 255 or 39.72% from 506); Blue value is 119 (46.88% from 255 or 23.52% from 506); Max value from RGB is 201 - color contains mainly: green. Hex color #BAC977 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC977 is #453688. Grayscale: #BBBBBB. Windows color (decimal): -4535945 or 7850426. OLE color: 7850426.

HSL color Cylindrical-coordinate representation of color #BAC977: hue angle of 70.98º 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 #BAC977 is Cyan = 0.07, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.21.

Color convert

RGB 186 201 119 -
CMYK 0.07 0 0.41 0.21
HSL 70.98º 0.43% 0.63% -
HSV(B) 70.98º 0.41% 0.79% -
XYZ 44.47 53.54 25.44 -
YUV 187.17 89.53 127.17 -
System Red Green Blue C M Y K H S L
Decimal 186 201 119 0.07 0 0.41 0.21 70.98 0.43 0.63
Hex BA C9 77 7 0 29 15 47 2B 3F
Octal 272 311 167 7 0 51 25 107 53 77
Binary 10111010 11001001 1110111 111 0 101001 10101 1000111 101011 111111

Color Harmonies of #BAC977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC977

Black with #BAC977

Text Example


Text Example

White with #BAC977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC977; }

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

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

background-color css

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

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

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

border-color css

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

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

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