Html Css Color HEX #BAC65F Wild Willow

📋 copy color: '#BAC65F'

red 186 ◦ green 198 ◦ blue 95

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

Shades of Wild Willow #BAC65F

Tints of Wild Willow #BAC65F

RGB

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

 GREEN value IS 198 (77.73% from 255) = 41.34%

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

R = 38.83%
G = 41.34%
B = 19.83%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#BAC65F (or 0xBAC65F) is known color: Wild Willow. HEX triplet: BA, C6 and 5F. RGB value is (186,198,95). Sum of RGB (Red+Green+Blue) = 186+198+95=479 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.83% from 479); Green value is 198 (77.73% from 255 or 41.34% from 479); Blue value is 95 (37.5% from 255 or 19.83% from 479); Max value from RGB is 198 - color contains mainly: green. Hex color #BAC65F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC65F is #4539A0. Grayscale: #B7B7B7. Windows color (decimal): -4536737 or 6276794. OLE color: 6276794.

HSL color Cylindrical-coordinate representation of color #BAC65F: hue angle of 66.99º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BAC65F is Cyan = 0.06, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.22.

Color convert

RGB 186 198 95 -
CMYK 0.06 0 0.52 0.22
HSL 66.99º 0.47% 0.57% -
HSV(B) 66.99º 0.52% 0.78% -
XYZ 42.51 51.65 18.56 -
YUV 182.67 78.52 130.38 -
System Red Green Blue C M Y K H S L
Decimal 186 198 95 0.06 0 0.52 0.22 66.99 0.47 0.57
Hex BA C6 5F 6 0 34 16 43 2F 39
Octal 272 306 137 6 0 64 26 103 57 71
Binary 10111010 11000110 1011111 110 0 110100 10110 1000011 101111 111001

Color Harmonies of #BAC65F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC65F

Black with #BAC65F

Text Example


Text Example

White with #BAC65F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC65F; }

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

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

background-color css

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

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

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

border-color css

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

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

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