#BAC977

Color #BAC977 Pine Glade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pine Glade #BAC977

Tints of Pine Glade #BAC977

Color information

#BAC977 (or 0xBAC977) is unknown color: approx 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

RGB186201119-
CMYK0.0700.410.21
HSL70.98º43.16%62.75%-
HSV(B)70.98º40.8%78.82%-
XYZ44.4753.5425.44-
YUV187.1789.53127.17-

RGB Variations

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

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 (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1862011190.0700.410.2170.9843.1662.75
HexBAC977702915472b3f
Octal2723111677051251075377
Binary101110101100100111101111110101001101011000111101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>