#BACC63

Color #BACC63 Wild Willow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Willow #BACC63

Tints of Wild Willow #BACC63

Color information

#BACC63 (or 0xBACC63) is unknown color: approx Wild Willow. HEX triplet: BA, CC and 63. RGB value is (186,204,99). Sum of RGB (Red+Green+Blue) = 186+204+99=489 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.04% from 489); Green value is 204 (80.08% from 255 or 41.72% from 489); Blue value is 99 (39.06% from 255 or 20.25% from 489); Max value from RGB is 204 - color contains mainly: green. Hex color #BACC63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BACC63 is #45339C. Grayscale: #BBBBBB. Windows color (decimal): -4535197 or 6540474. OLE color: 6540474.

HSL color Cylindrical-coordinate representation of color #BACC63: hue angle of 70.29º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BACC63 is Cyan = 0.09, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.2.

Color convert

RGB18620499-
CMYK0.0900.510.2
HSL70.29º50.72%59.41%-
HSV(B)70.29º51.47%80%-
XYZ44.0954.5320-
YUV186.6578.54127.54-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.04%
GREEN value IS 204 (80.08% from 255) = 41.72%
BLUE value IS 99 (39.06% from 255) = 20.25%
R=38.04%
G=41.72%
B=20.25%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal186204990.0900.510.270.2950.7259.41
HexBACC6390331446333b
Octal27231414311063241066373
Binary1011101011001100110001110010110011101001000110110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACC63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACC63; }

 p { color: rgb(186,204,99); }

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

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

 a { background-color: rgb(186,204,99); }

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

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

 span { border-color: rgb(186,204,99); }

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