#BCCC61

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

Shades of Wild Willow #BCCC61

Tints of Wild Willow #BCCC61

Color information

#BCCC61 (or 0xBCCC61) is unknown color: approx Wild Willow. HEX triplet: BC, CC and 61. RGB value is (188,204,97). Sum of RGB (Red+Green+Blue) = 188+204+97=489 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.45% from 489); Green value is 204 (80.08% from 255 or 41.72% from 489); Blue value is 97 (38.28% from 255 or 19.84% from 489); Max value from RGB is 204 - color contains mainly: green. Hex color #BCCC61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCCC61 is #43339E. Grayscale: #BBBBBB. Windows color (decimal): -4404127 or 6409404. OLE color: 6409404.

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

Color convert

RGB18820497-
CMYK0.0800.520.2
HSL68.97º51.2%59.02%-
HSV(B)68.97º52.45%80%-
XYZ44.4954.7419.53-
YUV187.0277.2128.7-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.45%
GREEN value IS 204 (80.08% from 255) = 41.72%
BLUE value IS 97 (38.28% from 255) = 19.84%
R=38.45%
G=41.72%
B=19.84%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal188204970.0800.520.268.9751.259.02
HexBCCC6180341445333b
Octal27431414110064241056373
Binary1011110011001100110000110000110100101001000101110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCC61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCC61; }

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

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

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

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

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

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

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

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