#BCCC5E

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

Shades of Wild Willow #BCCC5E

Tints of Wild Willow #BCCC5E

Color information

#BCCC5E (or 0xBCCC5E) is unknown color: approx Wild Willow. HEX triplet: BC, CC and 5E. RGB value is (188,204,94). Sum of RGB (Red+Green+Blue) = 188+204+94=486 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.68% from 486); Green value is 204 (80.08% from 255 or 41.98% from 486); Blue value is 94 (37.11% from 255 or 19.34% from 486); Max value from RGB is 204 - color contains mainly: green. Hex color #BCCC5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCCC5E is #4333A1. Grayscale: #BBBBBB. Windows color (decimal): -4404130 or 6212796. OLE color: 6212796.

HSL color Cylindrical-coordinate representation of color #BCCC5E: hue angle of 68.73º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BCCC5E is Cyan = 0.08, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.2.

Color convert

RGB18820494-
CMYK0.0800.540.2
HSL68.73º51.89%58.43%-
HSV(B)68.73º53.92%80%-
XYZ44.3554.6918.81-
YUV186.6875.7128.94-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.68%
GREEN value IS 204 (80.08% from 255) = 41.98%
BLUE value IS 94 (37.11% from 255) = 19.34%
R=38.68%
G=41.98%
B=19.34%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal188204940.0800.540.268.7351.8958.43
HexBCCC5E80361445343a
Octal27431413610066241056472
Binary1011110011001100101111010000110110101001000101110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCC5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCC5E; }

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

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

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

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

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

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

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

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