Html Css Color HEX #BACA63 Wild Willow

📋 copy color: '#BACA63'

red 186 ◦ green 202 ◦ blue 99

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

Shades of Wild Willow #BACA63

Tints of Wild Willow #BACA63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 20.33%

R = 38.19%
G = 41.48%
B = 20.33%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.51

 K value IS 0.21

RGB Variations

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

Color information

#BACA63 (or 0xBACA63) is known color: Wild Willow. HEX triplet: BA, CA and 63. RGB value is (186,202,99). Sum of RGB (Red+Green+Blue) = 186+202+99=487 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.19% from 487); Green value is 202 (79.30% from 255 or 41.48% from 487); Blue value is 99 (39.06% from 255 or 20.33% from 487); Max value from RGB is 202 - color contains mainly: green. Hex color #BACA63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BACA63 is #45359C. Grayscale: #B9B9B9. Windows color (decimal): -4535709 or 6539962. OLE color: 6539962.

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

Color convert

RGB 186 202 99 -
CMYK 0.08 0 0.51 0.21
HSL 69.32º 0.49% 0.59% -
HSV(B) 69.32º 0.51% 0.79% -
XYZ 43.62 53.58 19.85 -
YUV 185.47 79.2 128.38 -
System Red Green Blue C M Y K H S L
Decimal 186 202 99 0.08 0 0.51 0.21 69.32 0.49 0.59
Hex BA CA 63 8 0 33 15 45 31 3B
Octal 272 312 143 10 0 63 25 105 61 73
Binary 10111010 11001010 1100011 1000 0 110011 10101 1000101 110001 111011

Color Harmonies of #BACA63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACA63

Black with #BACA63

Text Example


Text Example

White with #BACA63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BACA63; }

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

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

background-color css

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

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

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

border-color css

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

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

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