#BDD467

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

Shades of Wild Willow #BDD467

Tints of Wild Willow #BDD467

Color information

#BDD467 (or 0xBDD467) is unknown color: approx Wild Willow. HEX triplet: BD, D4 and 67. RGB value is (189,212,103). Sum of RGB (Red+Green+Blue) = 189+212+103=504 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.5% from 504); Green value is 212 (83.20% from 255 or 42.06% from 504); Blue value is 103 (40.62% from 255 or 20.44% from 504); Max value from RGB is 212 - color contains mainly: green. Hex color #BDD467 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD467 is #422B98. Grayscale: #C1C1C1. Windows color (decimal): -4336537 or 6804669. OLE color: 6804669.

HSL color Cylindrical-coordinate representation of color #BDD467: hue angle of 72.66º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BDD467 is Cyan = 0.11, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.17.

Color convert

RGB189212103-
CMYK0.1100.510.17
HSL72.66º55.9%61.76%-
HSV(B)72.66º51.42%83.14%-
XYZ46.9858.8921.72-
YUV192.777.38125.36-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.5%
GREEN value IS 212 (83.20% from 255) = 42.06%
BLUE value IS 103 (40.62% from 255) = 20.44%
R=37.5%
G=42.06%
B=20.44%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1892121030.1100.510.1772.6655.961.76
HexBDD467B0331149383e
Octal27532414713063211117076
Binary1011110111010100110011110110110011100011001001111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD467; }

 p { color: rgb(189,212,103); }

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

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

 a { background-color: rgb(189,212,103); }

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

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

 span { border-color: rgb(189,212,103); }

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