Html Css Color HEX #BACA66 Wild Willow

📋 copy color: '#BACA66'

red 186 ◦ green 202 ◦ blue 102

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

Shades of Wild Willow #BACA66

Tints of Wild Willow #BACA66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 20.82%

R = 37.96%
G = 41.22%
B = 20.82%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.50

 K value IS 0.21

RGB Variations

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

Color information

#BACA66 (or 0xBACA66) is known color: Wild Willow. HEX triplet: BA, CA and 66. RGB value is (186,202,102). Sum of RGB (Red+Green+Blue) = 186+202+102=490 (64% of max value = 765). Red value is 186 (73.05% from 255 or 37.96% from 490); Green value is 202 (79.30% from 255 or 41.22% from 490); Blue value is 102 (40.23% from 255 or 20.82% from 490); Max value from RGB is 202 - color contains mainly: green. Hex color #BACA66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BACA66 is #453599. Grayscale: #BABABA. Windows color (decimal): -4535706 or 6736570. OLE color: 6736570.

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

Color convert

RGB 186 202 102 -
CMYK 0.08 0 0.50 0.21
HSL 69.6º 0.49% 0.6% -
HSV(B) 69.6º 0.5% 0.79% -
XYZ 43.77 53.64 20.62 -
YUV 185.82 80.7 128.13 -
System Red Green Blue C M Y K H S L
Decimal 186 202 102 0.08 0 0.50 0.21 69.6 0.49 0.6
Hex BA CA 66 8 0 32 15 46 31 3C
Octal 272 312 146 10 0 62 25 106 61 74
Binary 10111010 11001010 1100110 1000 0 110010 10101 1000110 110001 111100

Color Harmonies of #BACA66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACA66

Black with #BACA66

Text Example


Text Example

White with #BACA66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BACA66; }

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

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

background-color css

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

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

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

border-color css

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

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

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