#BAC680

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

Shades of Pine Glade #BAC680

Tints of Pine Glade #BAC680

Color information

#BAC680 (or 0xBAC680) is unknown color: approx Pine Glade. HEX triplet: BA, C6 and 80. RGB value is (186,198,128). Sum of RGB (Red+Green+Blue) = 186+198+128=512 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.33% from 512); Green value is 198 (77.73% from 255 or 38.67% from 512); Blue value is 128 (50.39% from 255 or 25% from 512); Max value from RGB is 198 - color contains mainly: green. Hex color #BAC680 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC680 is #45397F. Grayscale: #BABABA. Windows color (decimal): -4536704 or 8439482. OLE color: 8439482.

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

Color convert

RGB186198128-
CMYK0.0600.350.22
HSL70.29º38.04%63.92%-
HSV(B)70.29º35.35%77.65%-
XYZ44.3452.3928.2-
YUV186.4395.02127.69-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.33%
GREEN value IS 198 (77.73% from 255) = 38.67%
BLUE value IS 128 (50.39% from 255) = 25%
R=36.33%
G=38.67%
B=25%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1861981280.0600.350.2270.2938.0463.92
HexBAC680602316462640
Octal27230620060432610646100
Binary10111010110001101000000011001000111011010001101001101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC680; }

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

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

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

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

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

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

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

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