Html Css Color HEX #BAD768 Wild Willow

📋 copy color: '#BAD768'

red 186 ◦ green 215 ◦ blue 104

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

Shades of Wild Willow #BAD768

Tints of Wild Willow #BAD768

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 20.59%

R = 36.83%
G = 42.57%
B = 20.59%

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

#BAD768 (or 0xBAD768) is known color: Wild Willow. HEX triplet: BA, D7 and 68. RGB value is (186,215,104). Sum of RGB (Red+Green+Blue) = 186+215+104=505 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.83% from 505); Green value is 215 (84.38% from 255 or 42.57% from 505); Blue value is 104 (41.02% from 255 or 20.59% from 505); Max value from RGB is 215 - color contains mainly: green. Hex color #BAD768 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAD768 is #452897. Grayscale: #C2C2C2. Windows color (decimal): -4532376 or 6870970. OLE color: 6870970.

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

Color convert

RGB 186 215 104 -
CMYK 0.13 0 0.52 0.16
HSL 75.68º 0.58% 0.63% -
HSV(B) 75.68º 0.52% 0.84% -
XYZ 47.05 60.04 22.21 -
YUV 193.68 77.39 122.53 -
System Red Green Blue C M Y K H S L
Decimal 186 215 104 0.13 0 0.52 0.16 75.68 0.58 0.63
Hex BA D7 68 D 0 34 10 4C 3A 3F
Octal 272 327 150 15 0 64 20 114 72 77
Binary 10111010 11010111 1101000 1101 0 110100 10000 1001100 111010 111111

Color Harmonies of #BAD768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD768

Black with #BAD768

Text Example


Text Example

White with #BAD768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD768; }

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

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

background-color css

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

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

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

border-color css

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

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

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