#BACF52

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

Shades of Wild Willow #BACF52

Tints of Wild Willow #BACF52

Color information

#BACF52 (or 0xBACF52) is unknown color: approx Wild Willow. HEX triplet: BA, CF and 52. RGB value is (186,207,82). Sum of RGB (Red+Green+Blue) = 186+207+82=475 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.16% from 475); Green value is 207 (81.25% from 255 or 43.58% from 475); Blue value is 82 (32.42% from 255 or 17.26% from 475); Max value from RGB is 207 - color contains mainly: green. Hex color #BACF52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BACF52 is #4530AD. Grayscale: #BABABA. Windows color (decimal): -4534446 or 5427130. OLE color: 5427130.

HSL color Cylindrical-coordinate representation of color #BACF52: hue angle of 70.08º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BACF52 is Cyan = 0.10, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.19.

Color convert

RGB18620782-
CMYK0.1000.600.19
HSL70.08º56.56%56.67%-
HSV(B)70.08º60.39%81.18%-
XYZ44.0955.6716.41-
YUV186.4769.04127.66-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.16%
GREEN value IS 207 (81.25% from 255) = 43.58%
BLUE value IS 82 (32.42% from 255) = 17.26%
R=39.16%
G=43.58%
B=17.26%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal186207820.1000.600.1970.0856.5656.67
HexBACF52A03C13463939
Octal27231712212074231067171
Binary1011101011001111101001010100111100100111000110111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACF52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACF52; }

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

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

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

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

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

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

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

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