#BDD669

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

Shades of Wild Willow #BDD669

Tints of Wild Willow #BDD669

Color information

#BDD669 (or 0xBDD669) is unknown color: approx Wild Willow. HEX triplet: BD, D6 and 69. RGB value is (189,214,105). Sum of RGB (Red+Green+Blue) = 189+214+105=508 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.20% from 508); Green value is 214 (83.98% from 255 or 42.13% from 508); Blue value is 105 (41.41% from 255 or 20.67% from 508); Max value from RGB is 214 - color contains mainly: green. Hex color #BDD669 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD669 is #422996. Grayscale: #C2C2C2. Windows color (decimal): -4336023 or 6936253. OLE color: 6936253.

HSL color Cylindrical-coordinate representation of color #BDD669: hue angle of 73.76º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BDD669 is Cyan = 0.12, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.16.

Color convert

RGB189214105-
CMYK0.1200.510.16
HSL73.76º57.07%62.55%-
HSV(B)73.76º50.93%83.92%-
XYZ47.5859.9322.42-
YUV194.177.72124.36-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.20%
GREEN value IS 214 (83.98% from 255) = 42.13%
BLUE value IS 105 (41.41% from 255) = 20.67%
R=37.20%
G=42.13%
B=20.67%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1892141050.1200.510.1673.7657.0762.55
HexBDD669C033104a393f
Octal27532615114063201127177
Binary1011110111010110110100111000110011100001001010111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD669; }

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

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

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

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

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

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

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

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