#bdd262

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

Shades of Wild Willow #BDD262

Tints of Wild Willow #BDD262

Color information

#BDD262 (or 0xBDD262) is unknown color: approx Wild Willow. HEX triplet: BD, D2 and 62. RGB value is (189,210,98). Sum of RGB (Red+Green+Blue) = 189+210+98=497 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.03% from 497); Green value is 210 (82.42% from 255 or 42.25% from 497); Blue value is 98 (38.67% from 255 or 19.72% from 497); Max value from RGB is 210 - color contains mainly: green. Hex color #BDD262 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD262 is #422D9D. Grayscale: #BFBFBF. Windows color (decimal): -4337054 or 6476477. OLE color: 6476477.

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

Color convert

RGB18921098-
CMYK0.1000.530.18
HSL71.25º55.45%60.39%-
HSV(B)71.25º53.33%82.35%-
XYZ46.2457.7920.27-
YUV190.9575.54126.61-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.03%
GREEN value IS 210 (82.42% from 255) = 42.25%
BLUE value IS 98 (38.67% from 255) = 19.72%
R=38.03%
G=42.25%
B=19.72%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal189210980.1000.530.1871.2555.4560.39
HexBDD262A0351247373c
Octal27532214212065221076774
Binary1011110111010010110001010100110101100101000111110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bdd262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bdd262; }

 p { color: rgb(189,210,98); }

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

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

 a { background-color: rgb(189,210,98); }

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

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

 span { border-color: rgb(189,210,98); }

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