Html Css Color HEX #BACF60 Wild Willow

📋 copy color: '#BACF60'

red 186 ◦ green 207 ◦ blue 96

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

Shades of Wild Willow #BACF60

Tints of Wild Willow #BACF60

RGB

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

 GREEN value IS 207 (81.25% from 255) = 42.33%

 BLUE value IS 96 (37.89% from 255) = 19.63%

R = 38.04%
G = 42.33%
B = 19.63%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.54

 K value IS 0.19

RGB Variations

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

Color information

#BACF60 (or 0xBACF60) is known color: Wild Willow. HEX triplet: BA, CF and 60. RGB value is (186,207,96). Sum of RGB (Red+Green+Blue) = 186+207+96=489 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.04% from 489); Green value is 207 (81.25% from 255 or 42.33% from 489); Blue value is 96 (37.89% from 255 or 19.63% from 489); Max value from RGB is 207 - color contains mainly: green. Hex color #BACF60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BACF60 is #45309F. Grayscale: #BCBCBC. Windows color (decimal): -4534432 or 6344634. OLE color: 6344634.

HSL color Cylindrical-coordinate representation of color #BACF60: hue angle of 71.35º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BACF60 is Cyan = 0.10, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.19.

Color convert

RGB 186 207 96 -
CMYK 0.10 0 0.54 0.19
HSL 71.35º 0.54% 0.59% -
HSV(B) 71.35º 0.54% 0.81% -
XYZ 44.67 55.91 19.5 -
YUV 188.07 76.04 126.53 -
System Red Green Blue C M Y K H S L
Decimal 186 207 96 0.10 0 0.54 0.19 71.35 0.54 0.59
Hex BA CF 60 A 0 36 13 47 36 3B
Octal 272 317 140 12 0 66 23 107 66 73
Binary 10111010 11001111 1100000 1010 0 110110 10011 1000111 110110 111011

Color Harmonies of #BACF60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACF60

Black with #BACF60

Text Example


Text Example

White with #BACF60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BACF60; }

 p { color: rgb(186,207,96); }

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

background-color css

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

 a { background-color: rgb(186,207,96); }

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

border-color css

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

 span { border-color: rgb(186,207,96); }

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