#BCCC65

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

Shades of Wild Willow #BCCC65

Tints of Wild Willow #BCCC65

Color information

#BCCC65 (or 0xBCCC65) is unknown color: approx Wild Willow. HEX triplet: BC, CC and 65. RGB value is (188,204,101). Sum of RGB (Red+Green+Blue) = 188+204+101=493 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.13% from 493); Green value is 204 (80.08% from 255 or 41.38% from 493); Blue value is 101 (39.84% from 255 or 20.49% from 493); Max value from RGB is 204 - color contains mainly: green. Hex color #BCCC65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCCC65 is #43339A. Grayscale: #BBBBBB. Windows color (decimal): -4404123 or 6671548. OLE color: 6671548.

HSL color Cylindrical-coordinate representation of color #BCCC65: hue angle of 69.32º 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 #BCCC65 is Cyan = 0.08, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.2.

Color convert

RGB188204101-
CMYK0.0800.500.2
HSL69.32º50.24%59.8%-
HSV(B)69.32º50.49%80%-
XYZ44.6854.8220.54-
YUV187.4779.2128.38-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.13%
GREEN value IS 204 (80.08% from 255) = 41.38%
BLUE value IS 101 (39.84% from 255) = 20.49%
R=38.13%
G=41.38%
B=20.49%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1882041010.0800.500.269.3250.2459.8
HexBCCC6580321445323c
Octal27431414510062241056274
Binary1011110011001100110010110000110010101001000101110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCC65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCC65; }

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

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

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

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

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

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

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

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