#BACC52

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

Shades of Wild Willow #BACC52

Tints of Wild Willow #BACC52

Color information

#BACC52 (or 0xBACC52) is unknown color: approx Wild Willow. HEX triplet: BA, CC and 52. RGB value is (186,204,82). Sum of RGB (Red+Green+Blue) = 186+204+82=472 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.41% from 472); Green value is 204 (80.08% from 255 or 43.22% from 472); Blue value is 82 (32.42% from 255 or 17.37% from 472); Max value from RGB is 204 - color contains mainly: green. Hex color #BACC52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BACC52 is #4533AD. Grayscale: #B9B9B9. Windows color (decimal): -4535214 or 5426362. OLE color: 5426362.

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

Color convert

RGB18620482-
CMYK0.0900.600.2
HSL68.85º54.46%56.08%-
HSV(B)68.85º59.8%80%-
XYZ43.3754.2316.17-
YUV184.7170.04128.92-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.41%
GREEN value IS 204 (80.08% from 255) = 43.22%
BLUE value IS 82 (32.42% from 255) = 17.37%
R=39.41%
G=43.22%
B=17.37%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal186204820.0900.600.268.8554.4656.08
HexBACC52903C14453638
Octal27231412211074241056670
Binary1011101011001100101001010010111100101001000101110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACC52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACC52; }

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

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

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

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

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

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

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

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