Html Css Color HEX #BACD70 Wild Willow

📋 copy color: '#BACD70'

red 186 ◦ green 205 ◦ blue 112

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

Shades of Wild Willow #BACD70

Tints of Wild Willow #BACD70

RGB

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

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

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

R = 36.98%
G = 40.76%
B = 22.27%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.45

 K value IS 0.20

RGB Variations

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

Color information

#BACD70 (or 0xBACD70) is known color: Wild Willow. HEX triplet: BA, CD and 70. RGB value is (186,205,112). Sum of RGB (Red+Green+Blue) = 186+205+112=503 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.98% from 503); Green value is 205 (80.47% from 255 or 40.76% from 503); Blue value is 112 (44.14% from 255 or 22.27% from 503); Max value from RGB is 205 - color contains mainly: green. Hex color #BACD70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BACD70 is #45328F. Grayscale: #BDBDBD. Windows color (decimal): -4534928 or 7392698. OLE color: 7392698.

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

Color convert

RGB 186 205 112 -
CMYK 0.09 0 0.45 0.20
HSL 72.26º 0.48% 0.62% -
HSV(B) 72.26º 0.45% 0.8% -
XYZ 45.01 55.27 23.63 -
YUV 188.72 84.71 126.06 -
System Red Green Blue C M Y K H S L
Decimal 186 205 112 0.09 0 0.45 0.20 72.26 0.48 0.62
Hex BA CD 70 9 0 2D 14 48 30 3E
Octal 272 315 160 11 0 55 24 110 60 76
Binary 10111010 11001101 1110000 1001 0 101101 10100 1001000 110000 111110

Color Harmonies of #BACD70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACD70

Black with #BACD70

Text Example


Text Example

White with #BACD70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BACD70; }

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

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

background-color css

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

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

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

border-color css

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

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

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