Html Css Color HEX #BCD45E Wild Willow

📋 copy color: '#BCD45E'

red 188 ◦ green 212 ◦ blue 94

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

Shades of Wild Willow #BCD45E

Tints of Wild Willow #BCD45E

RGB

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

 GREEN value IS 212 (83.2% from 255) = 42.91%

 BLUE value IS 94 (37.11% from 255) = 19.03%

R = 38.06%
G = 42.91%
B = 19.03%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.56

 K value IS 0.17

RGB Variations

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

Color information

#BCD45E (or 0xBCD45E) is known color: Wild Willow. HEX triplet: BC, D4 and 5E. RGB value is (188,212,94). Sum of RGB (Red+Green+Blue) = 188+212+94=494 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.06% from 494); Green value is 212 (83.20% from 255 or 42.91% from 494); Blue value is 94 (37.11% from 255 or 19.03% from 494); Max value from RGB is 212 - color contains mainly: green. Hex color #BCD45E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD45E is #432BA1. Grayscale: #BFBFBF. Windows color (decimal): -4402082 or 6214844. OLE color: 6214844.

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

Color convert

RGB 188 212 94 -
CMYK 0.11 0 0.56 0.17
HSL 72.2º 0.58% 0.6% -
HSV(B) 72.2º 0.56% 0.83% -
XYZ 46.3 58.59 19.46 -
YUV 191.37 73.05 125.59 -
System Red Green Blue C M Y K H S L
Decimal 188 212 94 0.11 0 0.56 0.17 72.2 0.58 0.6
Hex BC D4 5E B 0 38 11 48 3A 3C
Octal 274 324 136 13 0 70 21 110 72 74
Binary 10111100 11010100 1011110 1011 0 111000 10001 1001000 111010 111100

Color Harmonies of #BCD45E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD45E

Black with #BCD45E

Text Example


Text Example

White with #BCD45E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD45E; }

 p { color: rgb(188,212,94); }

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

background-color css

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

 a { background-color: rgb(188,212,94); }

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

border-color css

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

 span { border-color: rgb(188,212,94); }

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