#BDD168

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

Shades of Wild Willow #BDD168

Tints of Wild Willow #BDD168

Color information

#BDD168 (or 0xBDD168) is unknown color: approx Wild Willow. HEX triplet: BD, D1 and 68. RGB value is (189,209,104). Sum of RGB (Red+Green+Blue) = 189+209+104=502 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.65% from 502); Green value is 209 (82.03% from 255 or 41.63% from 502); Blue value is 104 (41.02% from 255 or 20.72% from 502); Max value from RGB is 209 - color contains mainly: green. Hex color #BDD168 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD168 is #422E97. Grayscale: #BFBFBF. Windows color (decimal): -4337304 or 6869437. OLE color: 6869437.

HSL color Cylindrical-coordinate representation of color #BDD168: hue angle of 71.43º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BDD168 is Cyan = 0.10, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.18.

Color convert

RGB189209104-
CMYK0.1000.500.18
HSL71.43º53.3%61.37%-
HSV(B)71.43º50.24%81.96%-
XYZ46.2957.4221.74-
YUV191.0578.87126.54-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.65%
GREEN value IS 209 (82.03% from 255) = 41.63%
BLUE value IS 104 (41.02% from 255) = 20.72%
R=37.65%
G=41.63%
B=20.72%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1892091040.1000.500.1871.4353.361.37
HexBDD168A0321247353d
Octal27532115012062221076575
Binary1011110111010001110100010100110010100101000111110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD168; }

 p { color: rgb(189,209,104); }

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

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

 a { background-color: rgb(189,209,104); }

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

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

 span { border-color: rgb(189,209,104); }

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