#BFDD69

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

Shades of Wild Willow #BFDD69

Tints of Wild Willow #BFDD69

Color information

#BFDD69 (or 0xBFDD69) is unknown color: approx Wild Willow. HEX triplet: BF, DD and 69. RGB value is (191,221,105). Sum of RGB (Red+Green+Blue) = 191+221+105=517 (68% of max value = 765). Red value is 191 (75% from 255 or 36.94% from 517); Green value is 221 (86.72% from 255 or 42.75% from 517); Blue value is 105 (41.41% from 255 or 20.31% from 517); Max value from RGB is 221 - color contains mainly: green. Hex color #BFDD69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFDD69 is #402296. Grayscale: #C7C7C7. Windows color (decimal): -4203159 or 6938047. OLE color: 6938047.

HSL color Cylindrical-coordinate representation of color #BFDD69: hue angle of 75.52º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BFDD69 is Cyan = 0.14, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.13.

Color convert

RGB191221105-
CMYK0.1400.520.13
HSL75.52º63.04%63.92%-
HSV(B)75.52º52.49%86.67%-
XYZ49.8963.8123.05-
YUV198.8175.06122.43-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.94%
GREEN value IS 221 (86.72% from 255) = 42.75%
BLUE value IS 105 (41.41% from 255) = 20.31%
R=36.94%
G=42.75%
B=20.31%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1912211050.1400.520.1375.5263.0463.92
HexBFDD69E034D4c3f40
Octal277335151160641511477100
Binary1011111111011101110100111100110100110110011001111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFDD69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFDD69; }

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

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

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

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

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

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

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

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