#BDDD69

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

Shades of Wild Willow #BDDD69

Tints of Wild Willow #BDDD69

Color information

#BDDD69 (or 0xBDDD69) is unknown color: approx Wild Willow. HEX triplet: BD, DD and 69. RGB value is (189,221,105). Sum of RGB (Red+Green+Blue) = 189+221+105=515 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.70% from 515); Green value is 221 (86.72% from 255 or 42.91% from 515); Blue value is 105 (41.41% from 255 or 20.39% from 515); Max value from RGB is 221 - color contains mainly: green. Hex color #BDDD69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDDD69 is #422296. Grayscale: #C6C6C6. Windows color (decimal): -4334231 or 6938045. OLE color: 6938045.

HSL color Cylindrical-coordinate representation of color #BDDD69: hue angle of 76.55º 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 #BDDD69 is Cyan = 0.14, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.13.

Color convert

RGB189221105-
CMYK0.1400.520.13
HSL76.55º63.04%63.92%-
HSV(B)76.55º52.49%86.67%-
XYZ49.3963.5523.03-
YUV198.2175.4121.43-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.70%
GREEN value IS 221 (86.72% from 255) = 42.91%
BLUE value IS 105 (41.41% from 255) = 20.39%
R=36.70%
G=42.91%
B=20.39%

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
Decimal1892211050.1400.520.1376.5563.0463.92
HexBDDD69E034D4d3f40
Octal275335151160641511577100
Binary1011110111011101110100111100110100110110011011111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDD69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDD69; }

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

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

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

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

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

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

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

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