Html Css Color HEX #BACF65 Wild Willow

📋 copy color: '#BACF65'

red 186 ◦ green 207 ◦ blue 101

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

Shades of Wild Willow #BACF65

Tints of Wild Willow #BACF65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 20.45%

R = 37.65%
G = 41.9%
B = 20.45%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.51

 K value IS 0.19

RGB Variations

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

Color information

#BACF65 (or 0xBACF65) is known color: Wild Willow. HEX triplet: BA, CF and 65. RGB value is (186,207,101). Sum of RGB (Red+Green+Blue) = 186+207+101=494 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.65% from 494); Green value is 207 (81.25% from 255 or 41.90% from 494); Blue value is 101 (39.84% from 255 or 20.45% from 494); Max value from RGB is 207 - color contains mainly: green. Hex color #BACF65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BACF65 is #45309A. Grayscale: #BDBDBD. Windows color (decimal): -4534427 or 6672314. OLE color: 6672314.

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

Color convert

RGB 186 207 101 -
CMYK 0.10 0 0.51 0.19
HSL 71.89º 0.52% 0.6% -
HSV(B) 71.89º 0.51% 0.81% -
XYZ 44.91 56 20.75 -
YUV 188.64 78.54 126.12 -
System Red Green Blue C M Y K H S L
Decimal 186 207 101 0.10 0 0.51 0.19 71.89 0.52 0.6
Hex BA CF 65 A 0 33 13 48 34 3C
Octal 272 317 145 12 0 63 23 110 64 74
Binary 10111010 11001111 1100101 1010 0 110011 10011 1001000 110100 111100

Color Harmonies of #BACF65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACF65

Black with #BACF65

Text Example


Text Example

White with #BACF65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BACF65; }

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

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

background-color css

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

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

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

border-color css

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

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

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