#BFD460

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

Shades of Wild Willow #BFD460

Tints of Wild Willow #BFD460

Color information

#BFD460 (or 0xBFD460) is unknown color: approx Wild Willow. HEX triplet: BF, D4 and 60. RGB value is (191,212,96). Sum of RGB (Red+Green+Blue) = 191+212+96=499 (66% of max value = 765). Red value is 191 (75% from 255 or 38.28% from 499); Green value is 212 (83.20% from 255 or 42.48% from 499); Blue value is 96 (37.89% from 255 or 19.24% from 499); Max value from RGB is 212 - color contains mainly: green. Hex color #BFD460 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD460 is #402B9F. Grayscale: #C0C0C0. Windows color (decimal): -4205472 or 6345919. OLE color: 6345919.

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

Color convert

RGB19121296-
CMYK0.1000.550.17
HSL70.86º57.43%60.39%-
HSV(B)70.86º54.72%83.14%-
XYZ47.1459.0119.97-
YUV192.573.54126.93-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.28%
GREEN value IS 212 (83.20% from 255) = 42.48%
BLUE value IS 96 (37.89% from 255) = 19.24%
R=38.28%
G=42.48%
B=19.24%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal191212960.1000.550.1770.8657.4360.39
HexBFD460A0371147393c
Octal27732414012067211077174
Binary1011111111010100110000010100110111100011000111111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD460; }

 p { color: rgb(191,212,96); }

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

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

 a { background-color: rgb(191,212,96); }

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

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

 span { border-color: rgb(191,212,96); }

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