Html Css Color HEX #BCD55D Wild Willow

📋 copy color: '#BCD55D'

red 188 ◦ green 213 ◦ blue 93

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

Shades of Wild Willow #BCD55D

Tints of Wild Willow #BCD55D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 18.83%

R = 38.06%
G = 43.12%
B = 18.83%

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

#BCD55D (or 0xBCD55D) is known color: Wild Willow. HEX triplet: BC, D5 and 5D. RGB value is (188,213,93). Sum of RGB (Red+Green+Blue) = 188+213+93=494 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.06% from 494); Green value is 213 (83.59% from 255 or 43.12% from 494); Blue value is 93 (36.72% from 255 or 18.83% from 494); Max value from RGB is 213 - color contains mainly: green. Hex color #BCD55D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD55D is #432AA2. Grayscale: #C0C0C0. Windows color (decimal): -4401827 or 6149564. OLE color: 6149564.

HSL color Cylindrical-coordinate representation of color #BCD55D: hue angle of 72.5º 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 #BCD55D is Cyan = 0.12, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.16.

Color convert

RGB 188 213 93 -
CMYK 0.12 0 0.56 0.16
HSL 72.5º 0.59% 0.6% -
HSV(B) 72.5º 0.56% 0.84% -
XYZ 46.51 59.07 19.31 -
YUV 191.85 72.22 125.26 -
System Red Green Blue C M Y K H S L
Decimal 188 213 93 0.12 0 0.56 0.16 72.5 0.59 0.6
Hex BC D5 5D C 0 38 10 48 3B 3C
Octal 274 325 135 14 0 70 20 110 73 74
Binary 10111100 11010101 1011101 1100 0 111000 10000 1001000 111011 111100

Color Harmonies of #BCD55D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD55D

Black with #BCD55D

Text Example


Text Example

White with #BCD55D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD55D; }

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

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

background-color css

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

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

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

border-color css

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

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

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