#BACF72

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

Shades of Wild Willow #BACF72

Tints of Wild Willow #BACF72

Color information

#BACF72 (or 0xBACF72) is unknown color: approx Wild Willow. HEX triplet: BA, CF and 72. RGB value is (186,207,114). Sum of RGB (Red+Green+Blue) = 186+207+114=507 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.69% from 507); Green value is 207 (81.25% from 255 or 40.83% from 507); Blue value is 114 (44.92% from 255 or 22.49% from 507); Max value from RGB is 207 - color contains mainly: green. Hex color #BACF72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BACF72 is #45308D. Grayscale: #BEBEBE. Windows color (decimal): -4534414 or 7524282. OLE color: 7524282.

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

Color convert

RGB186207114-
CMYK0.1000.450.19
HSL73.55º49.21%62.94%-
HSV(B)73.55º44.93%81.18%-
XYZ45.656.2824.38-
YUV190.1285.04125.06-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.69%
GREEN value IS 207 (81.25% from 255) = 40.83%
BLUE value IS 114 (44.92% from 255) = 22.49%
R=36.69%
G=40.83%
B=22.49%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1862071140.1000.450.1973.5549.2162.94
HexBACF72A02D134a313f
Octal27231716212055231126177
Binary1011101011001111111001010100101101100111001010110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACF72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACF72; }

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

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

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

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

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

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

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

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