#BACF68

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

Shades of Wild Willow #BACF68

Tints of Wild Willow #BACF68

Color information

#BACF68 (or 0xBACF68) is unknown color: approx Wild Willow. HEX triplet: BA, CF and 68. RGB value is (186,207,104). Sum of RGB (Red+Green+Blue) = 186+207+104=497 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.42% from 497); Green value is 207 (81.25% from 255 or 41.65% from 497); Blue value is 104 (41.02% from 255 or 20.93% from 497); Max value from RGB is 207 - color contains mainly: green. Hex color #BACF68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BACF68 is #453097. Grayscale: #BDBDBD. Windows color (decimal): -4534424 or 6868922. OLE color: 6868922.

HSL color Cylindrical-coordinate representation of color #BACF68: hue angle of 72.23º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BACF68 is Cyan = 0.10, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.19.

Color convert

RGB186207104-
CMYK0.1000.500.19
HSL72.23º51.76%60.98%-
HSV(B)72.23º49.76%81.18%-
XYZ45.0656.0621.54-
YUV188.9880.04125.88-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.42%
GREEN value IS 207 (81.25% from 255) = 41.65%
BLUE value IS 104 (41.02% from 255) = 20.93%
R=37.42%
G=41.65%
B=20.93%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1862071040.1000.500.1972.2351.7660.98
HexBACF68A0321348343d
Octal27231715012062231106475
Binary1011101011001111110100010100110010100111001000110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACF68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACF68; }

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

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

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

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

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

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

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

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