Html Css Color HEX #BAD569 Wild Willow

📋 copy color: '#BAD569'

red 186 ◦ green 213 ◦ blue 105

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

Shades of Wild Willow #BAD569

Tints of Wild Willow #BAD569

RGB

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

 GREEN value IS 213 (83.59% from 255) = 42.26%

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

R = 36.9%
G = 42.26%
B = 20.83%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.51

 K value IS 0.16

RGB Variations

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

Color information

#BAD569 (or 0xBAD569) is known color: Wild Willow. HEX triplet: BA, D5 and 69. RGB value is (186,213,105). Sum of RGB (Red+Green+Blue) = 186+213+105=504 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.90% from 504); Green value is 213 (83.59% from 255 or 42.26% from 504); Blue value is 105 (41.41% from 255 or 20.83% from 504); Max value from RGB is 213 - color contains mainly: green. Hex color #BAD569 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAD569 is #452A96. Grayscale: #C1C1C1. Windows color (decimal): -4532887 or 6935994. OLE color: 6935994.

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

Color convert

RGB 186 213 105 -
CMYK 0.13 0 0.51 0.16
HSL 75º 0.56% 0.62% -
HSV(B) 75º 0.51% 0.84% -
XYZ 46.59 59.05 22.31 -
YUV 192.62 78.55 123.28 -
System Red Green Blue C M Y K H S L
Decimal 186 213 105 0.13 0 0.51 0.16 75 0.56 0.62
Hex BA D5 69 D 0 33 10 4B 38 3E
Octal 272 325 151 15 0 63 20 113 70 76
Binary 10111010 11010101 1101001 1101 0 110011 10000 1001011 111000 111110

Color Harmonies of #BAD569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD569

Black with #BAD569

Text Example


Text Example

White with #BAD569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD569; }

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

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

background-color css

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

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

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

border-color css

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

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

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