Html Css Color HEX #BACA5E Wild Willow

📋 copy color: '#BACA5E'

red 186 ◦ green 202 ◦ blue 94

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

Shades of Wild Willow #BACA5E

Tints of Wild Willow #BACA5E

RGB

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

 GREEN value IS 202 (79.3% from 255) = 41.91%

 BLUE value IS 94 (37.11% from 255) = 19.5%

R = 38.59%
G = 41.91%
B = 19.5%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.53

 K value IS 0.21

RGB Variations

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

Color information

#BACA5E (or 0xBACA5E) is known color: Wild Willow. HEX triplet: BA, CA and 5E. RGB value is (186,202,94). Sum of RGB (Red+Green+Blue) = 186+202+94=482 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.59% from 482); Green value is 202 (79.30% from 255 or 41.91% from 482); Blue value is 94 (37.11% from 255 or 19.50% from 482); Max value from RGB is 202 - color contains mainly: green. Hex color #BACA5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BACA5E is #4535A1. Grayscale: #B9B9B9. Windows color (decimal): -4535714 or 6212282. OLE color: 6212282.

HSL color Cylindrical-coordinate representation of color #BACA5E: hue angle of 68.89º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BACA5E is Cyan = 0.08, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.21.

Color convert

RGB 186 202 94 -
CMYK 0.08 0 0.53 0.21
HSL 68.89º 0.5% 0.58% -
HSV(B) 68.89º 0.53% 0.79% -
XYZ 43.39 53.49 18.63 -
YUV 184.9 76.7 128.78 -
System Red Green Blue C M Y K H S L
Decimal 186 202 94 0.08 0 0.53 0.21 68.89 0.5 0.58
Hex BA CA 5E 8 0 35 15 45 32 3A
Octal 272 312 136 10 0 65 25 105 62 72
Binary 10111010 11001010 1011110 1000 0 110101 10101 1000101 110010 111010

Color Harmonies of #BACA5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACA5E

Black with #BACA5E

Text Example


Text Example

White with #BACA5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BACA5E; }

 p { color: rgb(186,202,94); }

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

background-color css

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

 a { background-color: rgb(186,202,94); }

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

border-color css

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

 span { border-color: rgb(186,202,94); }

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