Html Css Color HEX #BCD356 Wild Willow

📋 copy color: '#BCD356'

red 188 ◦ green 211 ◦ blue 86

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

Shades of Wild Willow #BCD356

Tints of Wild Willow #BCD356

RGB

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

 GREEN value IS 211 (82.81% from 255) = 43.51%

 BLUE value IS 86 (33.98% from 255) = 17.73%

R = 38.76%
G = 43.51%
B = 17.73%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.59

 K value IS 0.17

RGB Variations

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

Color information

#BCD356 (or 0xBCD356) is known color: Wild Willow. HEX triplet: BC, D3 and 56. RGB value is (188,211,86). Sum of RGB (Red+Green+Blue) = 188+211+86=485 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.76% from 485); Green value is 211 (82.81% from 255 or 43.51% from 485); Blue value is 86 (33.98% from 255 or 17.73% from 485); Max value from RGB is 211 - color contains mainly: green. Hex color #BCD356 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD356 is #432CA9. Grayscale: #BEBEBE. Windows color (decimal): -4402346 or 5690300. OLE color: 5690300.

HSL color Cylindrical-coordinate representation of color #BCD356: hue angle of 71.04º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BCD356 is Cyan = 0.11, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.17.

Color convert

RGB 188 211 86 -
CMYK 0.11 0 0.59 0.17
HSL 71.04º 0.59% 0.58% -
HSV(B) 71.04º 0.59% 0.83% -
XYZ 45.71 57.95 17.58 -
YUV 189.87 69.38 126.66 -
System Red Green Blue C M Y K H S L
Decimal 188 211 86 0.11 0 0.59 0.17 71.04 0.59 0.58
Hex BC D3 56 B 0 3B 11 47 3B 3A
Octal 274 323 126 13 0 73 21 107 73 72
Binary 10111100 11010011 1010110 1011 0 111011 10001 1000111 111011 111010

Color Harmonies of #BCD356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD356

Black with #BCD356

Text Example


Text Example

White with #BCD356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD356; }

 p { color: rgb(188,211,86); }

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

background-color css

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

 a { background-color: rgb(188,211,86); }

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

border-color css

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

 span { border-color: rgb(188,211,86); }

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