Html Css Color HEX #BCD56A Wild Willow

📋 copy color: '#BCD56A'

red 188 ◦ green 213 ◦ blue 106

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

Shades of Wild Willow #BCD56A

Tints of Wild Willow #BCD56A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 20.91%

R = 37.08%
G = 42.01%
B = 20.91%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#BCD56A (or 0xBCD56A) is known color: Wild Willow. HEX triplet: BC, D5 and 6A. RGB value is (188,213,106). Sum of RGB (Red+Green+Blue) = 188+213+106=507 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.08% from 507); Green value is 213 (83.59% from 255 or 42.01% from 507); Blue value is 106 (41.80% from 255 or 20.91% from 507); Max value from RGB is 213 - color contains mainly: green. Hex color #BCD56A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD56A is #432A95. Grayscale: #C1C1C1. Windows color (decimal): -4401814 or 7001532. OLE color: 7001532.

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

Color convert

RGB 188 213 106 -
CMYK 0.12 0 0.50 0.16
HSL 74.02º 0.56% 0.63% -
HSV(B) 74.02º 0.5% 0.84% -
XYZ 47.13 59.32 22.6 -
YUV 193.33 78.72 124.2 -
System Red Green Blue C M Y K H S L
Decimal 188 213 106 0.12 0 0.50 0.16 74.02 0.56 0.63
Hex BC D5 6A C 0 32 10 4A 38 3F
Octal 274 325 152 14 0 62 20 112 70 77
Binary 10111100 11010101 1101010 1100 0 110010 10000 1001010 111000 111111

Color Harmonies of #BCD56A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD56A

Black with #BCD56A

Text Example


Text Example

White with #BCD56A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD56A; }

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

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

background-color css

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

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

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

border-color css

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

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

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