Html Css Color HEX #BAD669 Wild Willow

📋 copy color: '#BAD669'

red 186 ◦ green 214 ◦ blue 105

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

Shades of Wild Willow #BAD669

Tints of Wild Willow #BAD669

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 20.79%

R = 36.83%
G = 42.38%
B = 20.79%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.51

 K value IS 0.16

RGB Variations

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

Color information

#BAD669 (or 0xBAD669) is known color: Wild Willow. HEX triplet: BA, D6 and 69. RGB value is (186,214,105). Sum of RGB (Red+Green+Blue) = 186+214+105=505 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.83% from 505); Green value is 214 (83.98% from 255 or 42.38% from 505); Blue value is 105 (41.41% from 255 or 20.79% from 505); Max value from RGB is 214 - color contains mainly: green. Hex color #BAD669 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAD669 is #452996. Grayscale: #C1C1C1. Windows color (decimal): -4532631 or 6936250. OLE color: 6936250.

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

Color convert

RGB 186 214 105 -
CMYK 0.13 0 0.51 0.16
HSL 75.41º 0.57% 0.63% -
HSV(B) 75.41º 0.51% 0.84% -
XYZ 46.85 59.55 22.39 -
YUV 193.2 78.22 122.86 -
System Red Green Blue C M Y K H S L
Decimal 186 214 105 0.13 0 0.51 0.16 75.41 0.57 0.63
Hex BA D6 69 D 0 33 10 4B 39 3F
Octal 272 326 151 15 0 63 20 113 71 77
Binary 10111010 11010110 1101001 1101 0 110011 10000 1001011 111001 111111

Color Harmonies of #BAD669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD669

Black with #BAD669

Text Example


Text Example

White with #BAD669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD669; }

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

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

background-color css

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

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

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

border-color css

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

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

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