Html Css Color HEX #BCD86F Wild Willow

📋 copy color: '#BCD86F'

red 188 ◦ green 216 ◦ blue 111

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

Shades of Wild Willow #BCD86F

Tints of Wild Willow #BCD86F

RGB

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

 GREEN value IS 216 (84.77% from 255) = 41.94%

 BLUE value IS 111 (43.75% from 255) = 21.55%

R = 36.5%
G = 41.94%
B = 21.55%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#BCD86F (or 0xBCD86F) is known color: Wild Willow. HEX triplet: BC, D8 and 6F. RGB value is (188,216,111). Sum of RGB (Red+Green+Blue) = 188+216+111=515 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.50% from 515); Green value is 216 (84.77% from 255 or 41.94% from 515); Blue value is 111 (43.75% from 255 or 21.55% from 515); Max value from RGB is 216 - color contains mainly: green. Hex color #BCD86F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD86F is #432790. Grayscale: #C4C4C4. Windows color (decimal): -4401041 or 7329980. OLE color: 7329980.

HSL color Cylindrical-coordinate representation of color #BCD86F: hue angle of 76º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BCD86F is Cyan = 0.13, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.15.

Color convert

RGB 188 216 111 -
CMYK 0.13 0 0.49 0.15
HSL 76º 0.57% 0.64% -
HSV(B) 76º 0.49% 0.85% -
XYZ 48.16 60.95 24.27 -
YUV 195.66 80.22 122.54 -
System Red Green Blue C M Y K H S L
Decimal 188 216 111 0.13 0 0.49 0.15 76 0.57 0.64
Hex BC D8 6F D 0 31 F 4C 39 40
Octal 274 330 157 15 0 61 17 114 71 100
Binary 10111100 11011000 1101111 1101 0 110001 1111 1001100 111001 1000000

Color Harmonies of #BCD86F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD86F

Black with #BCD86F

Text Example


Text Example

White with #BCD86F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD86F; }

 p { color: rgb(188,216,111); }

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

background-color css

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

 a { background-color: rgb(188,216,111); }

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

border-color css

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

 span { border-color: rgb(188,216,111); }

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