#BAC284

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

Shades of Pine Glade #BAC284

Tints of Pine Glade #BAC284

Color information

#BAC284 (or 0xBAC284) is unknown color: approx Pine Glade. HEX triplet: BA, C2 and 84. RGB value is (186,194,132). Sum of RGB (Red+Green+Blue) = 186+194+132=512 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.33% from 512); Green value is 194 (76.17% from 255 or 37.89% from 512); Blue value is 132 (51.95% from 255 or 25.78% from 512); Max value from RGB is 194 - color contains mainly: green. Hex color #BAC284 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC284 is #453D7B. Grayscale: #B8B8B8. Windows color (decimal): -4537724 or 8700602. OLE color: 8700602.

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

Color convert

RGB186194132-
CMYK0.0400.320.24
HSL67.74º33.7%63.92%-
HSV(B)67.74º31.96%76.08%-
XYZ43.7150.6929.31-
YUV184.5498.35129.04-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.33%
GREEN value IS 194 (76.17% from 255) = 37.89%
BLUE value IS 132 (51.95% from 255) = 25.78%
R=36.33%
G=37.89%
B=25.78%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1861941320.0400.320.2467.7433.763.92
HexBAC284402018442240
Octal27230220440403010442100
Binary10111010110000101000010010001000001100010001001000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC284; }

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

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

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

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

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

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

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

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