#BAD967

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

Shades of Wild Willow #BAD967

Tints of Wild Willow #BAD967

Color information

#BAD967 (or 0xBAD967) is unknown color: approx Wild Willow. HEX triplet: BA, D9 and 67. RGB value is (186,217,103). Sum of RGB (Red+Green+Blue) = 186+217+103=506 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.76% from 506); Green value is 217 (85.16% from 255 or 42.89% from 506); Blue value is 103 (40.62% from 255 or 20.36% from 506); Max value from RGB is 217 - color contains mainly: green. Hex color #BAD967 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAD967 is #452698. Grayscale: #C3C3C3. Windows color (decimal): -4531865 or 6805946. OLE color: 6805946.

HSL color Cylindrical-coordinate representation of color #BAD967: hue angle of 76.32º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BAD967 is Cyan = 0.14, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.15.

Color convert

RGB186217103-
CMYK0.1400.530.15
HSL76.32º60%62.75%-
HSV(B)76.32º52.53%85.1%-
XYZ47.5161.0422.11-
YUV194.7476.23121.77-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.76%
GREEN value IS 217 (85.16% from 255) = 42.89%
BLUE value IS 103 (40.62% from 255) = 20.36%
R=36.76%
G=42.89%
B=20.36%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1862171030.1400.530.1576.326062.75
HexBAD967E035F4c3c3f
Octal27233114716065171147477
Binary101110101101100111001111110011010111111001100111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD967; }

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

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

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

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

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

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

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

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