#BCD55A

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

Shades of Wild Willow #BCD55A

Tints of Wild Willow #BCD55A

Color information

#BCD55A (or 0xBCD55A) is unknown color: approx Wild Willow. HEX triplet: BC, D5 and 5A. RGB value is (188,213,90). Sum of RGB (Red+Green+Blue) = 188+213+90=491 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.29% from 491); Green value is 213 (83.59% from 255 or 43.38% from 491); Blue value is 90 (35.55% from 255 or 18.33% from 491); Max value from RGB is 213 - color contains mainly: green. Hex color #BCD55A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD55A is #432AA5. Grayscale: #BFBFBF. Windows color (decimal): -4401830 or 5952956. OLE color: 5952956.

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

Color convert

RGB18821390-
CMYK0.1200.580.16
HSL72.2º59.42%59.41%-
HSV(B)72.2º57.75%83.53%-
XYZ46.3859.0218.62-
YUV191.570.72125.5-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.29%
GREEN value IS 213 (83.59% from 255) = 43.38%
BLUE value IS 90 (35.55% from 255) = 18.33%
R=38.29%
G=43.38%
B=18.33%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal188213900.1200.580.1672.259.4259.41
HexBCD55AC03A10483b3b
Octal27432513214072201107373
Binary1011110011010101101101011000111010100001001000111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD55A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD55A; }

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

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

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

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

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

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

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

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