#BACF5C

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

Shades of Wild Willow #BACF5C

Tints of Wild Willow #BACF5C

Color information

#BACF5C (or 0xBACF5C) is unknown color: approx Wild Willow. HEX triplet: BA, CF and 5C. RGB value is (186,207,92). Sum of RGB (Red+Green+Blue) = 186+207+92=485 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.35% from 485); Green value is 207 (81.25% from 255 or 42.68% from 485); Blue value is 92 (36.33% from 255 or 18.97% from 485); Max value from RGB is 207 - color contains mainly: green. Hex color #BACF5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BACF5C is #4530A3. Grayscale: #BCBCBC. Windows color (decimal): -4534436 or 6082490. OLE color: 6082490.

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

Color convert

RGB18620792-
CMYK0.1000.560.19
HSL70.96º54.5%58.63%-
HSV(B)70.96º55.56%81.18%-
XYZ44.4955.8418.56-
YUV187.6174.04126.85-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.35%
GREEN value IS 207 (81.25% from 255) = 42.68%
BLUE value IS 92 (36.33% from 255) = 18.97%
R=38.35%
G=42.68%
B=18.97%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal186207920.1000.560.1970.9654.558.63
HexBACF5CA0381347373b
Octal27231713412070231076773
Binary1011101011001111101110010100111000100111000111110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACF5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACF5C; }

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

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

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

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

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

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

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

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