#BFD469

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

Shades of Wild Willow #BFD469

Tints of Wild Willow #BFD469

Color information

#BFD469 (or 0xBFD469) is unknown color: approx Wild Willow. HEX triplet: BF, D4 and 69. RGB value is (191,212,105). Sum of RGB (Red+Green+Blue) = 191+212+105=508 (67% of max value = 765). Red value is 191 (75% from 255 or 37.60% from 508); Green value is 212 (83.20% from 255 or 41.73% from 508); Blue value is 105 (41.41% from 255 or 20.67% from 508); Max value from RGB is 212 - color contains mainly: green. Hex color #BFD469 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD469 is #402B96. Grayscale: #C1C1C1. Windows color (decimal): -4205463 or 6935743. OLE color: 6935743.

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

Color convert

RGB191212105-
CMYK0.1000.500.17
HSL71.78º55.44%62.16%-
HSV(B)71.78º50.47%83.14%-
XYZ47.5859.1822.28-
YUV193.5278.04126.2-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.60%
GREEN value IS 212 (83.20% from 255) = 41.73%
BLUE value IS 105 (41.41% from 255) = 20.67%
R=37.60%
G=41.73%
B=20.67%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1912121050.1000.500.1771.7855.4462.16
HexBFD469A0321148373e
Octal27732415112062211106776
Binary1011111111010100110100110100110010100011001000110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD469; }

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

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

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

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

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

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

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

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