Html Css Color HEX #BAD76B Wild Willow

📋 copy color: '#BAD76B'

red 186 ◦ green 215 ◦ blue 107

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

Shades of Wild Willow #BAD76B

Tints of Wild Willow #BAD76B

RGB

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

 GREEN value IS 215 (84.38% from 255) = 42.32%

 BLUE value IS 107 (42.19% from 255) = 21.06%

R = 36.61%
G = 42.32%
B = 21.06%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#BAD76B (or 0xBAD76B) is known color: Wild Willow. HEX triplet: BA, D7 and 6B. RGB value is (186,215,107). Sum of RGB (Red+Green+Blue) = 186+215+107=508 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.61% from 508); Green value is 215 (84.38% from 255 or 42.32% from 508); Blue value is 107 (42.19% from 255 or 21.06% from 508); Max value from RGB is 215 - color contains mainly: green. Hex color #BAD76B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAD76B is #452894. Grayscale: #C2C2C2. Windows color (decimal): -4532373 or 7067578. OLE color: 7067578.

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

Color convert

RGB 186 215 107 -
CMYK 0.13 0 0.50 0.16
HSL 76.11º 0.57% 0.63% -
HSV(B) 76.11º 0.5% 0.84% -
XYZ 47.2 60.1 23.02 -
YUV 194.02 78.89 122.28 -
System Red Green Blue C M Y K H S L
Decimal 186 215 107 0.13 0 0.50 0.16 76.11 0.57 0.63
Hex BA D7 6B D 0 32 10 4C 39 3F
Octal 272 327 153 15 0 62 20 114 71 77
Binary 10111010 11010111 1101011 1101 0 110010 10000 1001100 111001 111111

Color Harmonies of #BAD76B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD76B

Black with #BAD76B

Text Example


Text Example

White with #BAD76B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD76B; }

 p { color: rgb(186,215,107); }

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

background-color css

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

 a { background-color: rgb(186,215,107); }

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

border-color css

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

 span { border-color: rgb(186,215,107); }

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