Html Css Color HEX #BAD367 Wild Willow

📋 copy color: '#BAD367'

red 186 ◦ green 211 ◦ blue 103

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

Shades of Wild Willow #BAD367

Tints of Wild Willow #BAD367

RGB

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

 GREEN value IS 211 (82.81% from 255) = 42.2%

 BLUE value IS 103 (40.63% from 255) = 20.6%

R = 37.2%
G = 42.2%
B = 20.6%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.51

 K value IS 0.17

RGB Variations

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

Color information

#BAD367 (or 0xBAD367) is known color: Wild Willow. HEX triplet: BA, D3 and 67. RGB value is (186,211,103). Sum of RGB (Red+Green+Blue) = 186+211+103=500 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.2% from 500); Green value is 211 (82.81% from 255 or 42.2% from 500); Blue value is 103 (40.62% from 255 or 20.6% from 500); Max value from RGB is 211 - color contains mainly: green. Hex color #BAD367 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAD367 is #452C98. Grayscale: #BFBFBF. Windows color (decimal): -4533401 or 6804410. OLE color: 6804410.

HSL color Cylindrical-coordinate representation of color #BAD367: hue angle of 73.89º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BAD367 is Cyan = 0.12, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.17.

Color convert

RGB 186 211 103 -
CMYK 0.12 0 0.51 0.17
HSL 73.89º 0.55% 0.62% -
HSV(B) 73.89º 0.51% 0.83% -
XYZ 45.99 58.01 21.6 -
YUV 191.21 78.22 124.28 -
System Red Green Blue C M Y K H S L
Decimal 186 211 103 0.12 0 0.51 0.17 73.89 0.55 0.62
Hex BA D3 67 C 0 33 11 4A 37 3E
Octal 272 323 147 14 0 63 21 112 67 76
Binary 10111010 11010011 1100111 1100 0 110011 10001 1001010 110111 111110

Color Harmonies of #BAD367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD367

Black with #BAD367

Text Example


Text Example

White with #BAD367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD367; }

 p { color: rgb(186,211,103); }

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

background-color css

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

 a { background-color: rgb(186,211,103); }

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

border-color css

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

 span { border-color: rgb(186,211,103); }

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