#BCCC66

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

Shades of Wild Willow #BCCC66

Tints of Wild Willow #BCCC66

Color information

#BCCC66 (or 0xBCCC66) is unknown color: approx Wild Willow. HEX triplet: BC, CC and 66. RGB value is (188,204,102). Sum of RGB (Red+Green+Blue) = 188+204+102=494 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.06% from 494); Green value is 204 (80.08% from 255 or 41.30% from 494); Blue value is 102 (40.23% from 255 or 20.65% from 494); Max value from RGB is 204 - color contains mainly: green. Hex color #BCCC66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCCC66 is #433399. Grayscale: #BBBBBB. Windows color (decimal): -4404122 or 6737084. OLE color: 6737084.

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

Color convert

RGB188204102-
CMYK0.0800.50.2
HSL69.41º50%60%-
HSV(B)69.41º50%80%-
XYZ44.7354.8420.8-
YUV187.5979.7128.29-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.06%
GREEN value IS 204 (80.08% from 255) = 41.30%
BLUE value IS 102 (40.23% from 255) = 20.65%
R=38.06%
G=41.30%
B=20.65%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1882041020.0800.50.269.415060
HexBCCC6680321445323c
Octal27431414610062241056274
Binary1011110011001100110011010000110010101001000101110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCC66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCC66; }

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

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

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

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

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

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

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

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