Html Css Color HEX #BAD667 Wild Willow

📋 copy color: '#BAD667'

red 186 ◦ green 214 ◦ blue 103

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

Shades of Wild Willow #BAD667

Tints of Wild Willow #BAD667

RGB

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

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

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

R = 36.98%
G = 42.54%
B = 20.48%

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

#BAD667 (or 0xBAD667) is known color: Wild Willow. HEX triplet: BA, D6 and 67. RGB value is (186,214,103). Sum of RGB (Red+Green+Blue) = 186+214+103=503 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.98% from 503); Green value is 214 (83.98% from 255 or 42.54% from 503); Blue value is 103 (40.62% from 255 or 20.48% from 503); Max value from RGB is 214 - color contains mainly: green. Hex color #BAD667 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAD667 is #452998. Grayscale: #C1C1C1. Windows color (decimal): -4532633 or 6805178. OLE color: 6805178.

HSL color Cylindrical-coordinate representation of color #BAD667: hue angle of 75.14º 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 #BAD667 is Cyan = 0.13, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.16.

Color convert

RGB 186 214 103 -
CMYK 0.13 0 0.52 0.16
HSL 75.14º 0.58% 0.62% -
HSV(B) 75.14º 0.52% 0.84% -
XYZ 46.74 59.51 21.86 -
YUV 192.97 77.22 123.03 -
System Red Green Blue C M Y K H S L
Decimal 186 214 103 0.13 0 0.52 0.16 75.14 0.58 0.62
Hex BA D6 67 D 0 34 10 4B 3A 3E
Octal 272 326 147 15 0 64 20 113 72 76
Binary 10111010 11010110 1100111 1101 0 110100 10000 1001011 111010 111110

Color Harmonies of #BAD667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD667

Black with #BAD667

Text Example


Text Example

White with #BAD667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD667; }

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

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

background-color css

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

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

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

border-color css

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

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

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