Html Css Color HEX #BAD269 Wild Willow

📋 copy color: '#BAD269'

red 186 ◦ green 210 ◦ blue 105

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

Shades of Wild Willow #BAD269

Tints of Wild Willow #BAD269

RGB

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

 GREEN value IS 210 (82.42% from 255) = 41.92%

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

R = 37.13%
G = 41.92%
B = 20.96%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.50

 K value IS 0.18

RGB Variations

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

Color information

#BAD269 (or 0xBAD269) is known color: Wild Willow. HEX triplet: BA, D2 and 69. RGB value is (186,210,105). Sum of RGB (Red+Green+Blue) = 186+210+105=501 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.13% from 501); Green value is 210 (82.42% from 255 or 41.92% from 501); Blue value is 105 (41.41% from 255 or 20.96% from 501); Max value from RGB is 210 - color contains mainly: green. Hex color #BAD269 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAD269 is #452D96. Grayscale: #BFBFBF. Windows color (decimal): -4533655 or 6935226. OLE color: 6935226.

HSL color Cylindrical-coordinate representation of color #BAD269: hue angle of 73.71º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BAD269 is Cyan = 0.11, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.18.

Color convert

RGB 186 210 105 -
CMYK 0.11 0 0.50 0.18
HSL 73.71º 0.54% 0.62% -
HSV(B) 73.71º 0.5% 0.82% -
XYZ 45.85 57.55 22.06 -
YUV 190.85 79.55 124.54 -
System Red Green Blue C M Y K H S L
Decimal 186 210 105 0.11 0 0.50 0.18 73.71 0.54 0.62
Hex BA D2 69 B 0 32 12 4A 36 3E
Octal 272 322 151 13 0 62 22 112 66 76
Binary 10111010 11010010 1101001 1011 0 110010 10010 1001010 110110 111110

Color Harmonies of #BAD269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD269

Black with #BAD269

Text Example


Text Example

White with #BAD269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD269; }

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

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

background-color css

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

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

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

border-color css

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

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

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