#BFD369

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

Shades of Wild Willow #BFD369

Tints of Wild Willow #BFD369

Color information

#BFD369 (or 0xBFD369) is unknown color: approx Wild Willow. HEX triplet: BF, D3 and 69. RGB value is (191,211,105). Sum of RGB (Red+Green+Blue) = 191+211+105=507 (67% of max value = 765). Red value is 191 (75% from 255 or 37.67% from 507); Green value is 211 (82.81% from 255 or 41.62% from 507); Blue value is 105 (41.41% from 255 or 20.71% from 507); Max value from RGB is 211 - color contains mainly: green. Hex color #BFD369 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD369 is #402C96. Grayscale: #C1C1C1. Windows color (decimal): -4205719 or 6935487. OLE color: 6935487.

HSL color Cylindrical-coordinate representation of color #BFD369: hue angle of 71.32º 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 #BFD369 is Cyan = 0.09, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.17.

Color convert

RGB191211105-
CMYK0.0900.500.17
HSL71.32º54.64%61.96%-
HSV(B)71.32º50.24%82.75%-
XYZ47.3358.6822.2-
YUV192.9478.37126.62-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.67%
GREEN value IS 211 (82.81% from 255) = 41.62%
BLUE value IS 105 (41.41% from 255) = 20.71%
R=37.67%
G=41.62%
B=20.71%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1912111050.0900.500.1771.3254.6461.96
HexBFD36990321147373e
Octal27732315111062211076776
Binary1011111111010011110100110010110010100011000111110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD369; }

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

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

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

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

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

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

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

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