#BAD467

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

Shades of Wild Willow #BAD467

Tints of Wild Willow #BAD467

Color information

#BAD467 (or 0xBAD467) is unknown color: approx Wild Willow. HEX triplet: BA, D4 and 67. RGB value is (186,212,103). Sum of RGB (Red+Green+Blue) = 186+212+103=501 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.13% from 501); Green value is 212 (83.20% from 255 or 42.32% from 501); Blue value is 103 (40.62% from 255 or 20.56% from 501); Max value from RGB is 212 - color contains mainly: green. Hex color #BAD467 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAD467 is #452B98. Grayscale: #C0C0C0. Windows color (decimal): -4533145 or 6804666. OLE color: 6804666.

HSL color Cylindrical-coordinate representation of color #BAD467: hue angle of 74.31º 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 #BAD467 is Cyan = 0.12, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.17.

Color convert

RGB186212103-
CMYK0.1200.510.17
HSL74.31º55.9%61.76%-
HSV(B)74.31º51.42%83.14%-
XYZ46.2458.5121.69-
YUV191.877.89123.86-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.13%
GREEN value IS 212 (83.20% from 255) = 42.32%
BLUE value IS 103 (40.62% from 255) = 20.56%
R=37.13%
G=42.32%
B=20.56%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1862121030.1200.510.1774.3155.961.76
HexBAD467C033114a383e
Octal27232414714063211127076
Binary1011101011010100110011111000110011100011001010111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD467; }

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

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

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

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

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

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

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

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