#BCCD65

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

Shades of Wild Willow #BCCD65

Tints of Wild Willow #BCCD65

Color information

#BCCD65 (or 0xBCCD65) is unknown color: approx Wild Willow. HEX triplet: BC, CD and 65. RGB value is (188,205,101). Sum of RGB (Red+Green+Blue) = 188+205+101=494 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.06% from 494); Green value is 205 (80.47% from 255 or 41.50% from 494); Blue value is 101 (39.84% from 255 or 20.45% from 494); Max value from RGB is 205 - color contains mainly: green. Hex color #BCCD65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCCD65 is #43329A. Grayscale: #BCBCBC. Windows color (decimal): -4403867 or 6671804. OLE color: 6671804.

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

Color convert

RGB188205101-
CMYK0.0800.510.20
HSL69.81º50.98%60%-
HSV(B)69.81º50.73%80.39%-
XYZ44.9255.2920.62-
YUV188.0678.87127.96-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.06%
GREEN value IS 205 (80.47% from 255) = 41.50%
BLUE value IS 101 (39.84% from 255) = 20.45%
R=38.06%
G=41.50%
B=20.45%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1882051010.0800.510.2069.8150.9860
HexBCCD6580331446333c
Octal27431514510063241066374
Binary1011110011001101110010110000110011101001000110110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCD65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCD65; }

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

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

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

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

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

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

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

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