Html Css Color HEX #BAD65F Wild Willow

📋 copy color: '#BAD65F'

red 186 ◦ green 214 ◦ blue 95

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

Shades of Wild Willow #BAD65F

Tints of Wild Willow #BAD65F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 19.19%

R = 37.58%
G = 43.23%
B = 19.19%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#BAD65F (or 0xBAD65F) is known color: Wild Willow. HEX triplet: BA, D6 and 5F. RGB value is (186,214,95). Sum of RGB (Red+Green+Blue) = 186+214+95=495 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.58% from 495); Green value is 214 (83.98% from 255 or 43.23% from 495); Blue value is 95 (37.5% from 255 or 19.19% from 495); Max value from RGB is 214 - color contains mainly: green. Hex color #BAD65F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAD65F is #4529A0. Grayscale: #C0C0C0. Windows color (decimal): -4532641 or 6280890. OLE color: 6280890.

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

Color convert

RGB 186 214 95 -
CMYK 0.13 0 0.56 0.16
HSL 74.12º 0.59% 0.61% -
HSV(B) 74.12º 0.56% 0.84% -
XYZ 46.36 59.36 19.84 -
YUV 192.06 73.22 123.68 -
System Red Green Blue C M Y K H S L
Decimal 186 214 95 0.13 0 0.56 0.16 74.12 0.59 0.61
Hex BA D6 5F D 0 38 10 4A 3B 3D
Octal 272 326 137 15 0 70 20 112 73 75
Binary 10111010 11010110 1011111 1101 0 111000 10000 1001010 111011 111101

Color Harmonies of #BAD65F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD65F

Black with #BAD65F

Text Example


Text Example

White with #BAD65F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD65F; }

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

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

background-color css

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

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

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

border-color css

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

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

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