Html Css Color HEX #BCD560 Wild Willow

📋 copy color: '#BCD560'

red 188 ◦ green 213 ◦ blue 96

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

Shades of Wild Willow #BCD560

Tints of Wild Willow #BCD560

RGB

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

 GREEN value IS 213 (83.59% from 255) = 42.86%

 BLUE value IS 96 (37.89% from 255) = 19.32%

R = 37.83%
G = 42.86%
B = 19.32%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.55

 K value IS 0.16

RGB Variations

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

Color information

#BCD560 (or 0xBCD560) is known color: Wild Willow. HEX triplet: BC, D5 and 60. RGB value is (188,213,96). Sum of RGB (Red+Green+Blue) = 188+213+96=497 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.83% from 497); Green value is 213 (83.59% from 255 or 42.86% from 497); Blue value is 96 (37.89% from 255 or 19.32% from 497); Max value from RGB is 213 - color contains mainly: green. Hex color #BCD560 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD560 is #432A9F. Grayscale: #C0C0C0. Windows color (decimal): -4401824 or 6346172. OLE color: 6346172.

HSL color Cylindrical-coordinate representation of color #BCD560: hue angle of 72.82º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BCD560 is Cyan = 0.12, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.16.

Color convert

RGB 188 213 96 -
CMYK 0.12 0 0.55 0.16
HSL 72.82º 0.58% 0.61% -
HSV(B) 72.82º 0.55% 0.84% -
XYZ 46.64 59.12 20.02 -
YUV 192.19 73.72 125.01 -
System Red Green Blue C M Y K H S L
Decimal 188 213 96 0.12 0 0.55 0.16 72.82 0.58 0.61
Hex BC D5 60 C 0 37 10 49 3A 3D
Octal 274 325 140 14 0 67 20 111 72 75
Binary 10111100 11010101 1100000 1100 0 110111 10000 1001001 111010 111101

Color Harmonies of #BCD560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD560

Black with #BCD560

Text Example


Text Example

White with #BCD560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD560; }

 p { color: rgb(188,213,96); }

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

background-color css

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

 a { background-color: rgb(188,213,96); }

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

border-color css

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

 span { border-color: rgb(188,213,96); }

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