#BAD670

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

Shades of Wild Willow #BAD670

Tints of Wild Willow #BAD670

Color information

#BAD670 (or 0xBAD670) is unknown color: approx Wild Willow. HEX triplet: BA, D6 and 70. RGB value is (186,214,112). Sum of RGB (Red+Green+Blue) = 186+214+112=512 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.33% from 512); Green value is 214 (83.98% from 255 or 41.80% from 512); Blue value is 112 (44.14% from 255 or 21.88% from 512); Max value from RGB is 214 - color contains mainly: green. Hex color #BAD670 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAD670 is #45298F. Grayscale: #C2C2C2. Windows color (decimal): -4532624 or 7395002. OLE color: 7395002.

HSL color Cylindrical-coordinate representation of color #BAD670: hue angle of 76.47º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BAD670 is Cyan = 0.13, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.16.

Color convert

RGB186214112-
CMYK0.1300.480.16
HSL76.47º55.43%63.92%-
HSV(B)76.47º47.66%83.92%-
XYZ47.2259.724.36-
YUV19481.72122.29-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.33%
GREEN value IS 214 (83.98% from 255) = 41.80%
BLUE value IS 112 (44.14% from 255) = 21.88%
R=36.33%
G=41.80%
B=21.88%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1862141120.1300.480.1676.4755.4363.92
HexBAD670D030104c3740
Octal272326160150602011467100
Binary10111010110101101110000110101100001000010011001101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD670; }

 p { color: rgb(186,214,112); }

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

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

 a { background-color: rgb(186,214,112); }

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

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

 span { border-color: rgb(186,214,112); }

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