Html Css Color HEX #BAD967 Wild Willow

📋 copy color: '#BAD967'

red 186 ◦ green 217 ◦ blue 103

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

Shades of Wild Willow #BAD967

Tints of Wild Willow #BAD967

RGB

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

 GREEN value IS 217 (85.16% from 255) = 42.89%

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

R = 36.76%
G = 42.89%
B = 20.36%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#BAD967 (or 0xBAD967) is known color: Wild Willow. HEX triplet: BA, D9 and 67. RGB value is (186,217,103). Sum of RGB (Red+Green+Blue) = 186+217+103=506 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.76% from 506); Green value is 217 (85.16% from 255 or 42.89% from 506); Blue value is 103 (40.62% from 255 or 20.36% from 506); Max value from RGB is 217 - color contains mainly: green. Hex color #BAD967 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAD967 is #452698. Grayscale: #C3C3C3. Windows color (decimal): -4531865 or 6805946. OLE color: 6805946.

HSL color Cylindrical-coordinate representation of color #BAD967: hue angle of 76.32º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BAD967 is Cyan = 0.14, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.15.

Color convert

RGB 186 217 103 -
CMYK 0.14 0 0.53 0.15
HSL 76.32º 0.6% 0.63% -
HSV(B) 76.32º 0.53% 0.85% -
XYZ 47.51 61.04 22.11 -
YUV 194.74 76.23 121.77 -
System Red Green Blue C M Y K H S L
Decimal 186 217 103 0.14 0 0.53 0.15 76.32 0.6 0.63
Hex BA D9 67 E 0 35 F 4C 3C 3F
Octal 272 331 147 16 0 65 17 114 74 77
Binary 10111010 11011001 1100111 1110 0 110101 1111 1001100 111100 111111

Color Harmonies of #BAD967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD967

Black with #BAD967

Text Example


Text Example

White with #BAD967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD967; }

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

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

background-color css

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

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

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

border-color css

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

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

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