Html Css Color HEX #BCD56C Wild Willow

📋 copy color: '#BCD56C'

red 188 ◦ green 213 ◦ blue 108

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

Shades of Wild Willow #BCD56C

Tints of Wild Willow #BCD56C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 21.22%

R = 36.94%
G = 41.85%
B = 21.22%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#BCD56C (or 0xBCD56C) is known color: Wild Willow. HEX triplet: BC, D5 and 6C. RGB value is (188,213,108). Sum of RGB (Red+Green+Blue) = 188+213+108=509 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.94% from 509); Green value is 213 (83.59% from 255 or 41.85% from 509); Blue value is 108 (42.58% from 255 or 21.22% from 509); Max value from RGB is 213 - color contains mainly: green. Hex color #BCD56C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD56C is #432A93. Grayscale: #C1C1C1. Windows color (decimal): -4401812 or 7132604. OLE color: 7132604.

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

Color convert

RGB 188 213 108 -
CMYK 0.12 0 0.49 0.16
HSL 74.29º 0.56% 0.63% -
HSV(B) 74.29º 0.49% 0.84% -
XYZ 47.24 59.36 23.16 -
YUV 193.56 79.72 124.04 -
System Red Green Blue C M Y K H S L
Decimal 188 213 108 0.12 0 0.49 0.16 74.29 0.56 0.63
Hex BC D5 6C C 0 31 10 4A 38 3F
Octal 274 325 154 14 0 61 20 112 70 77
Binary 10111100 11010101 1101100 1100 0 110001 10000 1001010 111000 111111

Color Harmonies of #BCD56C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD56C

Black with #BCD56C

Text Example


Text Example

White with #BCD56C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD56C; }

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

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

background-color css

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

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

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

border-color css

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

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

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