Html Css Color HEX #BCD170 Wild Willow

📋 copy color: '#BCD170'

red 188 ◦ green 209 ◦ blue 112

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

Shades of Wild Willow #BCD170

Tints of Wild Willow #BCD170

RGB

 RED value IS 188 (73.83% from 255) = 36.94%

 GREEN value IS 209 (82.03% from 255) = 41.06%

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

R = 36.94%
G = 41.06%
B = 22%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.46

 K value IS 0.18

RGB Variations

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

Color information

#BCD170 (or 0xBCD170) is known color: Wild Willow. HEX triplet: BC, D1 and 70. RGB value is (188,209,112). Sum of RGB (Red+Green+Blue) = 188+209+112=509 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.94% from 509); Green value is 209 (82.03% from 255 or 41.06% from 509); Blue value is 112 (44.14% from 255 or 22.00% from 509); Max value from RGB is 209 - color contains mainly: green. Hex color #BCD170 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD170 is #432E8F. Grayscale: #C0C0C0. Windows color (decimal): -4402832 or 7393724. OLE color: 7393724.

HSL color Cylindrical-coordinate representation of color #BCD170: hue angle of 72.99º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BCD170 is Cyan = 0.10, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.

Color convert

RGB 188 209 112 -
CMYK 0.10 0 0.46 0.18
HSL 72.99º 0.51% 0.63% -
HSV(B) 72.99º 0.46% 0.82% -
XYZ 46.46 57.46 23.97 -
YUV 191.66 83.04 125.39 -
System Red Green Blue C M Y K H S L
Decimal 188 209 112 0.10 0 0.46 0.18 72.99 0.51 0.63
Hex BC D1 70 A 0 2E 12 49 33 3F
Octal 274 321 160 12 0 56 22 111 63 77
Binary 10111100 11010001 1110000 1010 0 101110 10010 1001001 110011 111111

Color Harmonies of #BCD170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD170

Black with #BCD170

Text Example


Text Example

White with #BCD170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD170; }

 p { color: rgb(188,209,112); }

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

background-color css

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

 a { background-color: rgb(188,209,112); }

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

border-color css

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

 span { border-color: rgb(188,209,112); }

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