#BCCC54

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

Shades of Wild Willow #BCCC54

Tints of Wild Willow #BCCC54

Color information

#BCCC54 (or 0xBCCC54) is unknown color: approx Wild Willow. HEX triplet: BC, CC and 54. RGB value is (188,204,84). Sum of RGB (Red+Green+Blue) = 188+204+84=476 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.50% from 476); Green value is 204 (80.08% from 255 or 42.86% from 476); Blue value is 84 (33.20% from 255 or 17.65% from 476); Max value from RGB is 204 - color contains mainly: green. Hex color #BCCC54 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCCC54 is #4333AB. Grayscale: #BABABA. Windows color (decimal): -4404140 or 5557436. OLE color: 5557436.

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

Color convert

RGB18820484-
CMYK0.0800.590.2
HSL68º54.05%56.47%-
HSV(B)68º58.82%80%-
XYZ43.9354.5216.59-
YUV185.5470.7129.76-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.50%
GREEN value IS 204 (80.08% from 255) = 42.86%
BLUE value IS 84 (33.20% from 255) = 17.65%
R=39.50%
G=42.86%
B=17.65%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal188204840.0800.590.26854.0556.47
HexBCCC54803B14443638
Octal27431412410073241046670
Binary1011110011001100101010010000111011101001000100110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCC54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCC54; }

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

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

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

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

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

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

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

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