#BAC173

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

Shades of Pine Glade #BAC173

Tints of Pine Glade #BAC173

Color information

#BAC173 (or 0xBAC173) is unknown color: approx Pine Glade. HEX triplet: BA, C1 and 73. RGB value is (186,193,115). Sum of RGB (Red+Green+Blue) = 186+193+115=494 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.65% from 494); Green value is 193 (75.78% from 255 or 39.07% from 494); Blue value is 115 (45.31% from 255 or 23.28% from 494); Max value from RGB is 193 - color contains mainly: green. Hex color #BAC173 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC173 is #453E8C. Grayscale: #B6B6B6. Windows color (decimal): -4537997 or 7586234. OLE color: 7586234.

HSL color Cylindrical-coordinate representation of color #BAC173: hue angle of 65.38º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BAC173 is Cyan = 0.04, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.24.

Color convert

RGB186193115-
CMYK0.0400.400.24
HSL65.38º38.61%60.39%-
HSV(B)65.38º40.41%75.69%-
XYZ42.4149.8223.6-
YUV182.0290.18130.84-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.65%
GREEN value IS 193 (75.78% from 255) = 39.07%
BLUE value IS 115 (45.31% from 255) = 23.28%
R=37.65%
G=39.07%
B=23.28%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1861931150.0400.400.2465.3838.6160.39
HexBAC17340281841273c
Octal2723011634050301014774
Binary101110101100000111100111000101000110001000001100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC173; }

 p { color: rgb(186,193,115); }

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

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

 a { background-color: rgb(186,193,115); }

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

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

 span { border-color: rgb(186,193,115); }

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