#BAC577

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

Shades of Pine Glade #BAC577

Tints of Pine Glade #BAC577

Color information

#BAC577 (or 0xBAC577) is unknown color: approx Pine Glade. HEX triplet: BA, C5 and 77. RGB value is (186,197,119). Sum of RGB (Red+Green+Blue) = 186+197+119=502 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.05% from 502); Green value is 197 (77.34% from 255 or 39.24% from 502); Blue value is 119 (46.88% from 255 or 23.71% from 502); Max value from RGB is 197 - color contains mainly: green. Hex color #BAC577 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC577 is #453A88. Grayscale: #B9B9B9. Windows color (decimal): -4536969 or 7849402. OLE color: 7849402.

HSL color Cylindrical-coordinate representation of color #BAC577: hue angle of 68.46º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BAC577 is Cyan = 0.06, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.23.

Color convert

RGB186197119-
CMYK0.0600.400.23
HSL68.46º40.21%61.96%-
HSV(B)68.46º39.59%77.25%-
XYZ43.5551.725.14-
YUV184.8290.86128.84-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.05%
GREEN value IS 197 (77.34% from 255) = 39.24%
BLUE value IS 119 (46.88% from 255) = 23.71%
R=37.05%
G=39.24%
B=23.71%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1861971190.0600.400.2368.4640.2161.96
HexBAC57760281744283e
Octal2723051676050271045076
Binary101110101100010111101111100101000101111000100101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC577; }

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

 H1.HeaderClassName
 {
   color: #BAC577;
 }
 .AnyTagClassName
 {
   color: #BAC577;
 }
</style>
background-color css

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

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

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

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

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

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