Html Css Color HEX #BAD869 Wild Willow

📋 copy color: '#BAD869'

red 186 ◦ green 216 ◦ blue 105

#BAD869
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wild Willow #BAD869

Tints of Wild Willow #BAD869

RGB

 RED value IS 186 (73.05% from 255) = 36.69%

 GREEN value IS 216 (84.77% from 255) = 42.6%

 BLUE value IS 105 (41.41% from 255) = 20.71%

R = 36.69%
G = 42.6%
B = 20.71%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.51

 K value IS 0.15

RGB Variations

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

Color information

#BAD869 (or 0xBAD869) is known color: Wild Willow. HEX triplet: BA, D8 and 69. RGB value is (186,216,105). Sum of RGB (Red+Green+Blue) = 186+216+105=507 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.69% from 507); Green value is 216 (84.77% from 255 or 42.60% from 507); Blue value is 105 (41.41% from 255 or 20.71% from 507); Max value from RGB is 216 - color contains mainly: green. Hex color #BAD869 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAD869 is #452796. Grayscale: #C2C2C2. Windows color (decimal): -4532119 or 6936762. OLE color: 6936762.

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

Color convert

RGB 186 216 105 -
CMYK 0.14 0 0.51 0.15
HSL 76.22º 0.59% 0.63% -
HSV(B) 76.22º 0.51% 0.85% -
XYZ 47.36 60.57 22.56 -
YUV 194.38 77.56 122.03 -
System Red Green Blue C M Y K H S L
Decimal 186 216 105 0.14 0 0.51 0.15 76.22 0.59 0.63
Hex BA D8 69 E 0 33 F 4C 3B 3F
Octal 272 330 151 16 0 63 17 114 73 77
Binary 10111010 11011000 1101001 1110 0 110011 1111 1001100 111011 111111

Color Harmonies of #BAD869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD869

Black with #BAD869

Text Example


Text Example

White with #BAD869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD869; }

 p { color: rgb(186,216,105); }

 H1.HeaderClassName
 {
   color: #BAD869;
 }
 .AnyTagClassName
 {
   color: #BAD869;
 }
</style>

background-color css

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

 a { background-color: rgb(186,216,105); }

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

border-color css

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

 span { border-color: rgb(186,216,105); }

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