#BAC385

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

Shades of Pine Glade #BAC385

Tints of Pine Glade #BAC385

Color information

#BAC385 (or 0xBAC385) is unknown color: approx Pine Glade. HEX triplet: BA, C3 and 85. RGB value is (186,195,133). Sum of RGB (Red+Green+Blue) = 186+195+133=514 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.19% from 514); Green value is 195 (76.56% from 255 or 37.94% from 514); Blue value is 133 (52.34% from 255 or 25.88% from 514); Max value from RGB is 195 - color contains mainly: green. Hex color #BAC385 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC385 is #453C7A. Grayscale: #B9B9B9. Windows color (decimal): -4537467 or 8766394. OLE color: 8766394.

HSL color Cylindrical-coordinate representation of color #BAC385: hue angle of 68.71º 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 #BAC385 is Cyan = 0.05, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.24.

Color convert

RGB186195133-
CMYK0.0500.320.24
HSL68.71º34.07%64.31%-
HSV(B)68.71º31.79%76.47%-
XYZ4451.1629.75-
YUV185.2498.52128.54-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.19%
GREEN value IS 195 (76.56% from 255) = 37.94%
BLUE value IS 133 (52.34% from 255) = 25.88%
R=36.19%
G=37.94%
B=25.88%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1861951330.0500.320.2468.7134.0764.31
HexBAC385502018452240
Octal27230320550403010542100
Binary10111010110000111000010110101000001100010001011000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC385; }

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

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

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

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

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

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

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

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