Html Css Color HEX #BCD55E Wild Willow

📋 copy color: '#BCD55E'

red 188 ◦ green 213 ◦ blue 94

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

Shades of Wild Willow #BCD55E

Tints of Wild Willow #BCD55E

RGB

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

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

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

R = 37.98%
G = 43.03%
B = 18.99%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#BCD55E (or 0xBCD55E) is known color: Wild Willow. HEX triplet: BC, D5 and 5E. RGB value is (188,213,94). Sum of RGB (Red+Green+Blue) = 188+213+94=495 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.98% from 495); Green value is 213 (83.59% from 255 or 43.03% from 495); Blue value is 94 (37.11% from 255 or 18.99% from 495); Max value from RGB is 213 - color contains mainly: green. Hex color #BCD55E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD55E is #432AA1. Grayscale: #C0C0C0. Windows color (decimal): -4401826 or 6215100. OLE color: 6215100.

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

Color convert

RGB 188 213 94 -
CMYK 0.12 0 0.56 0.16
HSL 72.61º 0.59% 0.6% -
HSV(B) 72.61º 0.56% 0.84% -
XYZ 46.55 59.09 19.54 -
YUV 191.96 72.72 125.18 -
System Red Green Blue C M Y K H S L
Decimal 188 213 94 0.12 0 0.56 0.16 72.61 0.59 0.6
Hex BC D5 5E C 0 38 10 49 3B 3C
Octal 274 325 136 14 0 70 20 111 73 74
Binary 10111100 11010101 1011110 1100 0 111000 10000 1001001 111011 111100

Color Harmonies of #BCD55E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD55E

Black with #BCD55E

Text Example


Text Example

White with #BCD55E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD55E; }

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

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

background-color css

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

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

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

border-color css

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

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

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