Html Css Color HEX #BAD255 Wild Willow

📋 copy color: '#BAD255'

red 186 ◦ green 210 ◦ blue 85

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

Shades of Wild Willow #BAD255

Tints of Wild Willow #BAD255

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 17.67%

R = 38.67%
G = 43.66%
B = 17.67%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.60

 K value IS 0.18

RGB Variations

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

Color information

#BAD255 (or 0xBAD255) is known color: Wild Willow. HEX triplet: BA, D2 and 55. RGB value is (186,210,85). Sum of RGB (Red+Green+Blue) = 186+210+85=481 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.67% from 481); Green value is 210 (82.42% from 255 or 43.66% from 481); Blue value is 85 (33.59% from 255 or 17.67% from 481); Max value from RGB is 210 - color contains mainly: green. Hex color #BAD255 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAD255 is #452DAA. Grayscale: #BDBDBD. Windows color (decimal): -4533675 or 5624506. OLE color: 5624506.

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

Color convert

RGB 186 210 85 -
CMYK 0.11 0 0.60 0.18
HSL 71.52º 0.58% 0.58% -
HSV(B) 71.52º 0.6% 0.82% -
XYZ 44.94 57.19 17.26 -
YUV 188.57 69.55 126.16 -
System Red Green Blue C M Y K H S L
Decimal 186 210 85 0.11 0 0.60 0.18 71.52 0.58 0.58
Hex BA D2 55 B 0 3C 12 48 3A 3A
Octal 272 322 125 13 0 74 22 110 72 72
Binary 10111010 11010010 1010101 1011 0 111100 10010 1001000 111010 111010

Color Harmonies of #BAD255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD255

Black with #BAD255

Text Example


Text Example

White with #BAD255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD255; }

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

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

background-color css

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

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

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

border-color css

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

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

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