Html Css Color HEX #BCCD56 Wild Willow

📋 copy color: '#BCCD56'

red 188 ◦ green 205 ◦ blue 86

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

Shades of Wild Willow #BCCD56

Tints of Wild Willow #BCCD56

RGB

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

 GREEN value IS 205 (80.47% from 255) = 42.8%

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

R = 39.25%
G = 42.8%
B = 17.95%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.58

 K value IS 0.20

RGB Variations

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

Color information

#BCCD56 (or 0xBCCD56) is known color: Wild Willow. HEX triplet: BC, CD and 56. RGB value is (188,205,86). Sum of RGB (Red+Green+Blue) = 188+205+86=479 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.25% from 479); Green value is 205 (80.47% from 255 or 42.80% from 479); Blue value is 86 (33.98% from 255 or 17.95% from 479); Max value from RGB is 205 - color contains mainly: green. Hex color #BCCD56 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCCD56 is #4332A9. Grayscale: #BABABA. Windows color (decimal): -4403882 or 5688764. OLE color: 5688764.

HSL color Cylindrical-coordinate representation of color #BCCD56: hue angle of 68.57º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BCCD56 is Cyan = 0.08, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.20.

Color convert

RGB 188 205 86 -
CMYK 0.08 0 0.58 0.20
HSL 68.57º 0.54% 0.57% -
HSV(B) 68.57º 0.58% 0.8% -
XYZ 44.25 55.03 17.09 -
YUV 186.35 71.37 129.18 -
System Red Green Blue C M Y K H S L
Decimal 188 205 86 0.08 0 0.58 0.20 68.57 0.54 0.57
Hex BC CD 56 8 0 3A 14 45 36 39
Octal 274 315 126 10 0 72 24 105 66 71
Binary 10111100 11001101 1010110 1000 0 111010 10100 1000101 110110 111001

Color Harmonies of #BCCD56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCD56

Black with #BCCD56

Text Example


Text Example

White with #BCCD56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCD56; }

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

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

background-color css

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

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

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

border-color css

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

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

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