Html Css Color HEX #BCD86D Wild Willow

📋 copy color: '#BCD86D'

red 188 ◦ green 216 ◦ blue 109

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

Shades of Wild Willow #BCD86D

Tints of Wild Willow #BCD86D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 21.25%

R = 36.65%
G = 42.11%
B = 21.25%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#BCD86D (or 0xBCD86D) is known color: Wild Willow. HEX triplet: BC, D8 and 6D. RGB value is (188,216,109). Sum of RGB (Red+Green+Blue) = 188+216+109=513 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.65% from 513); Green value is 216 (84.77% from 255 or 42.11% from 513); Blue value is 109 (42.97% from 255 or 21.25% from 513); Max value from RGB is 216 - color contains mainly: green. Hex color #BCD86D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD86D is #432792. Grayscale: #C3C3C3. Windows color (decimal): -4401043 or 7198908. OLE color: 7198908.

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

Color convert

RGB 188 216 109 -
CMYK 0.13 0 0.50 0.15
HSL 75.7º 0.58% 0.64% -
HSV(B) 75.7º 0.5% 0.85% -
XYZ 48.06 60.91 23.69 -
YUV 195.43 79.22 122.7 -
System Red Green Blue C M Y K H S L
Decimal 188 216 109 0.13 0 0.50 0.15 75.7 0.58 0.64
Hex BC D8 6D D 0 32 F 4C 3A 40
Octal 274 330 155 15 0 62 17 114 72 100
Binary 10111100 11011000 1101101 1101 0 110010 1111 1001100 111010 1000000

Color Harmonies of #BCD86D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD86D

Black with #BCD86D

Text Example


Text Example

White with #BCD86D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD86D; }

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

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

background-color css

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

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

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

border-color css

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

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

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