Html Css Color HEX #BACD5C Wild Willow

📋 copy color: '#BACD5C'

red 186 ◦ green 205 ◦ blue 92

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

Shades of Wild Willow #BACD5C

Tints of Wild Willow #BACD5C

RGB

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

 GREEN value IS 205 (80.47% from 255) = 42.44%

 BLUE value IS 92 (36.33% from 255) = 19.05%

R = 38.51%
G = 42.44%
B = 19.05%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.55

 K value IS 0.20

RGB Variations

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

Color information

#BACD5C (or 0xBACD5C) is known color: Wild Willow. HEX triplet: BA, CD and 5C. RGB value is (186,205,92). Sum of RGB (Red+Green+Blue) = 186+205+92=483 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.51% from 483); Green value is 205 (80.47% from 255 or 42.44% from 483); Blue value is 92 (36.33% from 255 or 19.05% from 483); Max value from RGB is 205 - color contains mainly: green. Hex color #BACD5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BACD5C is #4532A3. Grayscale: #BABABA. Windows color (decimal): -4534948 or 6081978. OLE color: 6081978.

HSL color Cylindrical-coordinate representation of color #BACD5C: hue angle of 70.09º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BACD5C is Cyan = 0.09, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.20.

Color convert

RGB 186 205 92 -
CMYK 0.09 0 0.55 0.20
HSL 70.09º 0.53% 0.58% -
HSV(B) 70.09º 0.55% 0.8% -
XYZ 44.01 54.87 18.4 -
YUV 186.44 74.71 127.69 -
System Red Green Blue C M Y K H S L
Decimal 186 205 92 0.09 0 0.55 0.20 70.09 0.53 0.58
Hex BA CD 5C 9 0 37 14 46 35 3A
Octal 272 315 134 11 0 67 24 106 65 72
Binary 10111010 11001101 1011100 1001 0 110111 10100 1000110 110101 111010

Color Harmonies of #BACD5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACD5C

Black with #BACD5C

Text Example


Text Example

White with #BACD5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BACD5C; }

 p { color: rgb(186,205,92); }

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

background-color css

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

 a { background-color: rgb(186,205,92); }

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

border-color css

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

 span { border-color: rgb(186,205,92); }

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