#BAC683

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

Shades of Pine Glade #BAC683

Tints of Pine Glade #BAC683

Color information

#BAC683 (or 0xBAC683) is unknown color: approx Pine Glade. HEX triplet: BA, C6 and 83. RGB value is (186,198,131). Sum of RGB (Red+Green+Blue) = 186+198+131=515 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.12% from 515); Green value is 198 (77.73% from 255 or 38.45% from 515); Blue value is 131 (51.56% from 255 or 25.44% from 515); Max value from RGB is 198 - color contains mainly: green. Hex color #BAC683 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC683 is #45397C. Grayscale: #BBBBBB. Windows color (decimal): -4536701 or 8636090. OLE color: 8636090.

HSL color Cylindrical-coordinate representation of color #BAC683: hue angle of 70.75º degrees, saturation: 0.37, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BAC683 is Cyan = 0.06, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.22.

Color convert

RGB186198131-
CMYK0.0600.340.22
HSL70.75º37.02%64.51%-
HSV(B)70.75º33.84%77.65%-
XYZ44.5452.4729.25-
YUV186.7796.52127.45-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.12%
GREEN value IS 198 (77.73% from 255) = 38.45%
BLUE value IS 131 (51.56% from 255) = 25.44%
R=36.12%
G=38.45%
B=25.44%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1861981310.0600.340.2270.7537.0264.51
HexBAC683602216472541
Octal27230620360422610745101
Binary10111010110001101000001111001000101011010001111001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC683; }

 p { color: rgb(186,198,131); }

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

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

 a { background-color: rgb(186,198,131); }

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

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

 span { border-color: rgb(186,198,131); }

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