#BCD55B

Color #BCD55B Wild Willow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Willow #BCD55B

Tints of Wild Willow #BCD55B

Color information

#BCD55B (or 0xBCD55B) is unknown color: approx Wild Willow. HEX triplet: BC, D5 and 5B. RGB value is (188,213,91). Sum of RGB (Red+Green+Blue) = 188+213+91=492 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.21% from 492); Green value is 213 (83.59% from 255 or 43.29% from 492); Blue value is 91 (35.94% from 255 or 18.50% from 492); Max value from RGB is 213 - color contains mainly: green. Hex color #BCD55B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD55B is #432AA4. Grayscale: #C0C0C0. Windows color (decimal): -4401829 or 6018492. OLE color: 6018492.

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

Color convert

RGB18821391-
CMYK0.1200.570.16
HSL72.3º59.22%59.61%-
HSV(B)72.3º57.28%83.53%-
XYZ46.4259.0418.85-
YUV191.6271.22125.42-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.21%
GREEN value IS 213 (83.59% from 255) = 43.29%
BLUE value IS 91 (35.94% from 255) = 18.50%
R=38.21%
G=43.29%
B=18.50%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal188213910.1200.570.1672.359.2259.61
HexBCD55BC03910483b3c
Octal27432513314071201107374
Binary1011110011010101101101111000111001100001001000111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD55B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD55B; }

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

 H1.HeaderClassName
 {
   color: #BCD55B;
 }
 .AnyTagClassName
 {
   color: #BCD55B;
 }
</style>
background-color css

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

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

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

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

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

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