#BAC285

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

Shades of Pine Glade #BAC285

Tints of Pine Glade #BAC285

Color information

#BAC285 (or 0xBAC285) is unknown color: approx Pine Glade. HEX triplet: BA, C2 and 85. RGB value is (186,194,133). Sum of RGB (Red+Green+Blue) = 186+194+133=513 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.26% from 513); Green value is 194 (76.17% from 255 or 37.82% from 513); Blue value is 133 (52.34% from 255 or 25.93% from 513); Max value from RGB is 194 - color contains mainly: green. Hex color #BAC285 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC285 is #453D7A. Grayscale: #B8B8B8. Windows color (decimal): -4537723 or 8766138. OLE color: 8766138.

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

Color convert

RGB186194133-
CMYK0.0400.310.24
HSL67.87º33.33%64.12%-
HSV(B)67.87º31.44%76.08%-
XYZ43.7850.7229.67-
YUV184.6598.85128.96-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.26%
GREEN value IS 194 (76.17% from 255) = 37.82%
BLUE value IS 133 (52.34% from 255) = 25.93%
R=36.26%
G=37.82%
B=25.93%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1861941330.0400.310.2467.8733.3364.12
HexBAC285401F18442140
Octal27230220540373010441100
Binary1011101011000010100001011000111111100010001001000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC285; }

 p { color: rgb(186,194,133); }

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

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

 a { background-color: rgb(186,194,133); }

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

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

 span { border-color: rgb(186,194,133); }

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