#BAC175

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

Shades of Pine Glade #BAC175

Tints of Pine Glade #BAC175

Color information

#BAC175 (or 0xBAC175) is unknown color: approx Pine Glade. HEX triplet: BA, C1 and 75. RGB value is (186,193,117). Sum of RGB (Red+Green+Blue) = 186+193+117=496 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.5% from 496); Green value is 193 (75.78% from 255 or 38.91% from 496); Blue value is 117 (46.09% from 255 or 23.59% from 496); Max value from RGB is 193 - color contains mainly: green. Hex color #BAC175 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC175 is #453E8A. Grayscale: #B6B6B6. Windows color (decimal): -4537995 or 7717306. OLE color: 7717306.

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

Color convert

RGB186193117-
CMYK0.0400.390.24
HSL65.53º38%60.78%-
HSV(B)65.53º39.38%75.69%-
XYZ42.5349.8624.21-
YUV182.2491.18130.68-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.5%
GREEN value IS 193 (75.78% from 255) = 38.91%
BLUE value IS 117 (46.09% from 255) = 23.59%
R=37.5%
G=38.91%
B=23.59%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1861931170.0400.390.2465.533860.78
HexBAC17540271842263d
Octal2723011654047301024675
Binary101110101100000111101011000100111110001000010100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC175; }

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

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

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

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

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

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

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

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