Html Css Color HEX #BAD25D Wild Willow

📋 copy color: '#BAD25D'

red 186 ◦ green 210 ◦ blue 93

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

Shades of Wild Willow #BAD25D

Tints of Wild Willow #BAD25D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 19.02%

R = 38.04%
G = 42.94%
B = 19.02%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.56

 K value IS 0.18

RGB Variations

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

Color information

#BAD25D (or 0xBAD25D) is known color: Wild Willow. HEX triplet: BA, D2 and 5D. RGB value is (186,210,93). Sum of RGB (Red+Green+Blue) = 186+210+93=489 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.04% from 489); Green value is 210 (82.42% from 255 or 42.94% from 489); Blue value is 93 (36.72% from 255 or 19.02% from 489); Max value from RGB is 210 - color contains mainly: green. Hex color #BAD25D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAD25D is #452DA2. Grayscale: #BDBDBD. Windows color (decimal): -4533667 or 6148794. OLE color: 6148794.

HSL color Cylindrical-coordinate representation of color #BAD25D: hue angle of 72.31º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BAD25D is Cyan = 0.11, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.18.

Color convert

RGB 186 210 93 -
CMYK 0.11 0 0.56 0.18
HSL 72.31º 0.57% 0.59% -
HSV(B) 72.31º 0.56% 0.82% -
XYZ 45.27 57.32 19.03 -
YUV 189.49 73.55 125.51 -
System Red Green Blue C M Y K H S L
Decimal 186 210 93 0.11 0 0.56 0.18 72.31 0.57 0.59
Hex BA D2 5D B 0 38 12 48 39 3B
Octal 272 322 135 13 0 70 22 110 71 73
Binary 10111010 11010010 1011101 1011 0 111000 10010 1001000 111001 111011

Color Harmonies of #BAD25D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD25D

Black with #BAD25D

Text Example


Text Example

White with #BAD25D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD25D; }

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

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

background-color css

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

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

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

border-color css

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

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

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