Html Css Color HEX #BACA5D Wild Willow

📋 copy color: '#BACA5D'

red 186 ◦ green 202 ◦ blue 93

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

Shades of Wild Willow #BACA5D

Tints of Wild Willow #BACA5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 19.33%

R = 38.67%
G = 42%
B = 19.33%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.54

 K value IS 0.21

RGB Variations

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

Color information

#BACA5D (or 0xBACA5D) is known color: Wild Willow. HEX triplet: BA, CA and 5D. RGB value is (186,202,93). Sum of RGB (Red+Green+Blue) = 186+202+93=481 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.67% from 481); Green value is 202 (79.30% from 255 or 42.00% from 481); Blue value is 93 (36.72% from 255 or 19.33% from 481); Max value from RGB is 202 - color contains mainly: green. Hex color #BACA5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BACA5D is #4535A2. Grayscale: #B9B9B9. Windows color (decimal): -4535715 or 6146746. OLE color: 6146746.

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

Color convert

RGB 186 202 93 -
CMYK 0.08 0 0.54 0.21
HSL 68.81º 0.51% 0.58% -
HSV(B) 68.81º 0.54% 0.79% -
XYZ 43.35 53.47 18.39 -
YUV 184.79 76.2 128.86 -
System Red Green Blue C M Y K H S L
Decimal 186 202 93 0.08 0 0.54 0.21 68.81 0.51 0.58
Hex BA CA 5D 8 0 36 15 45 33 3A
Octal 272 312 135 10 0 66 25 105 63 72
Binary 10111010 11001010 1011101 1000 0 110110 10101 1000101 110011 111010

Color Harmonies of #BACA5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACA5D

Black with #BACA5D

Text Example


Text Example

White with #BACA5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BACA5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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