Html Css Color HEX #BACA70 Wild Willow

📋 copy color: '#BACA70'

red 186 ◦ green 202 ◦ blue 112

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

Shades of Wild Willow #BACA70

Tints of Wild Willow #BACA70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 22.4%

R = 37.2%
G = 40.4%
B = 22.4%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.45

 K value IS 0.21

RGB Variations

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

Color information

#BACA70 (or 0xBACA70) is known color: Wild Willow. HEX triplet: BA, CA and 70. RGB value is (186,202,112). Sum of RGB (Red+Green+Blue) = 186+202+112=500 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.2% from 500); Green value is 202 (79.30% from 255 or 40.4% from 500); Blue value is 112 (44.14% from 255 or 22.4% from 500); Max value from RGB is 202 - color contains mainly: green. Hex color #BACA70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BACA70 is #45358F. Grayscale: #BBBBBB. Windows color (decimal): -4535696 or 7391930. OLE color: 7391930.

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

Color convert

RGB 186 202 112 -
CMYK 0.08 0 0.45 0.21
HSL 70.67º 0.46% 0.62% -
HSV(B) 70.67º 0.45% 0.79% -
XYZ 44.29 53.85 23.39 -
YUV 186.96 85.7 127.32 -
System Red Green Blue C M Y K H S L
Decimal 186 202 112 0.08 0 0.45 0.21 70.67 0.46 0.62
Hex BA CA 70 8 0 2D 15 47 2E 3E
Octal 272 312 160 10 0 55 25 107 56 76
Binary 10111010 11001010 1110000 1000 0 101101 10101 1000111 101110 111110

Color Harmonies of #BACA70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACA70

Black with #BACA70

Text Example


Text Example

White with #BACA70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BACA70; }

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

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

background-color css

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

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

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

border-color css

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

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

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