Html Css Color HEX #BAD666 Wild Willow

📋 copy color: '#BAD666'

red 186 ◦ green 214 ◦ blue 102

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

Shades of Wild Willow #BAD666

Tints of Wild Willow #BAD666

RGB

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

 GREEN value IS 214 (83.98% from 255) = 42.63%

 BLUE value IS 102 (40.23% from 255) = 20.32%

R = 37.05%
G = 42.63%
B = 20.32%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.52

 K value IS 0.16

RGB Variations

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

Color information

#BAD666 (or 0xBAD666) is known color: Wild Willow. HEX triplet: BA, D6 and 66. RGB value is (186,214,102). Sum of RGB (Red+Green+Blue) = 186+214+102=502 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.05% from 502); Green value is 214 (83.98% from 255 or 42.63% from 502); Blue value is 102 (40.23% from 255 or 20.32% from 502); Max value from RGB is 214 - color contains mainly: green. Hex color #BAD666 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAD666 is #452999. Grayscale: #C1C1C1. Windows color (decimal): -4532634 or 6739642. OLE color: 6739642.

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

Color convert

RGB 186 214 102 -
CMYK 0.13 0 0.52 0.16
HSL 75º 0.58% 0.62% -
HSV(B) 75º 0.52% 0.84% -
XYZ 46.69 59.49 21.59 -
YUV 192.86 76.72 123.11 -
System Red Green Blue C M Y K H S L
Decimal 186 214 102 0.13 0 0.52 0.16 75 0.58 0.62
Hex BA D6 66 D 0 34 10 4B 3A 3E
Octal 272 326 146 15 0 64 20 113 72 76
Binary 10111010 11010110 1100110 1101 0 110100 10000 1001011 111010 111110

Color Harmonies of #BAD666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD666

Black with #BAD666

Text Example


Text Example

White with #BAD666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD666; }

 p { color: rgb(186,214,102); }

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

background-color css

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

 a { background-color: rgb(186,214,102); }

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

border-color css

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

 span { border-color: rgb(186,214,102); }

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