Html Css Color HEX #BCD55C Wild Willow

📋 copy color: '#BCD55C'

red 188 ◦ green 213 ◦ blue 92

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

Shades of Wild Willow #BCD55C

Tints of Wild Willow #BCD55C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 18.66%

R = 38.13%
G = 43.2%
B = 18.66%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#BCD55C (or 0xBCD55C) is known color: Wild Willow. HEX triplet: BC, D5 and 5C. RGB value is (188,213,92). Sum of RGB (Red+Green+Blue) = 188+213+92=493 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.13% from 493); Green value is 213 (83.59% from 255 or 43.20% from 493); Blue value is 92 (36.33% from 255 or 18.66% from 493); Max value from RGB is 213 - color contains mainly: green. Hex color #BCD55C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD55C is #432AA3. Grayscale: #C0C0C0. Windows color (decimal): -4401828 or 6084028. OLE color: 6084028.

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

Color convert

RGB 188 213 92 -
CMYK 0.12 0 0.57 0.16
HSL 72.4º 0.59% 0.6% -
HSV(B) 72.4º 0.57% 0.84% -
XYZ 46.47 59.05 19.07 -
YUV 191.73 71.72 125.34 -
System Red Green Blue C M Y K H S L
Decimal 188 213 92 0.12 0 0.57 0.16 72.4 0.59 0.6
Hex BC D5 5C C 0 39 10 48 3B 3C
Octal 274 325 134 14 0 71 20 110 73 74
Binary 10111100 11010101 1011100 1100 0 111001 10000 1001000 111011 111100

Color Harmonies of #BCD55C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD55C

Black with #BCD55C

Text Example


Text Example

White with #BCD55C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD55C; }

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

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

background-color css

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

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

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

border-color css

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

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

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