Html Css Color HEX #BAD067 Wild Willow

📋 copy color: '#BAD067'

red 186 ◦ green 208 ◦ blue 103

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

Shades of Wild Willow #BAD067

Tints of Wild Willow #BAD067

RGB

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

 GREEN value IS 208 (81.64% from 255) = 41.85%

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

R = 37.42%
G = 41.85%
B = 20.72%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.50

 K value IS 0.18

RGB Variations

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

Color information

#BAD067 (or 0xBAD067) is known color: Wild Willow. HEX triplet: BA, D0 and 67. RGB value is (186,208,103). Sum of RGB (Red+Green+Blue) = 186+208+103=497 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.42% from 497); Green value is 208 (81.64% from 255 or 41.85% from 497); Blue value is 103 (40.62% from 255 or 20.72% from 497); Max value from RGB is 208 - color contains mainly: green. Hex color #BAD067 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAD067 is #452F98. Grayscale: #BDBDBD. Windows color (decimal): -4534169 or 6803642. OLE color: 6803642.

HSL color Cylindrical-coordinate representation of color #BAD067: hue angle of 72.57º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BAD067 is Cyan = 0.11, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.18.

Color convert

RGB 186 208 103 -
CMYK 0.11 0 0.50 0.18
HSL 72.57º 0.53% 0.61% -
HSV(B) 72.57º 0.5% 0.82% -
XYZ 45.25 56.53 21.36 -
YUV 189.45 79.21 125.54 -
System Red Green Blue C M Y K H S L
Decimal 186 208 103 0.11 0 0.50 0.18 72.57 0.53 0.61
Hex BA D0 67 B 0 32 12 49 35 3D
Octal 272 320 147 13 0 62 22 111 65 75
Binary 10111010 11010000 1100111 1011 0 110010 10010 1001001 110101 111101

Color Harmonies of #BAD067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD067

Black with #BAD067

Text Example


Text Example

White with #BAD067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD067; }

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

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

background-color css

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

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

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

border-color css

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

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

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