#BCCE65

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

Shades of Wild Willow #BCCE65

Tints of Wild Willow #BCCE65

Color information

#BCCE65 (or 0xBCCE65) is unknown color: approx Wild Willow. HEX triplet: BC, CE and 65. RGB value is (188,206,101). Sum of RGB (Red+Green+Blue) = 188+206+101=495 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.98% from 495); Green value is 206 (80.86% from 255 or 41.62% from 495); Blue value is 101 (39.84% from 255 or 20.40% from 495); Max value from RGB is 206 - color contains mainly: green. Hex color #BCCE65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCCE65 is #43319A. Grayscale: #BDBDBD. Windows color (decimal): -4403611 or 6672060. OLE color: 6672060.

HSL color Cylindrical-coordinate representation of color #BCCE65: hue angle of 70.29º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BCCE65 is Cyan = 0.09, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.19.

Color convert

RGB188206101-
CMYK0.0900.510.19
HSL70.29º51.72%60.2%-
HSV(B)70.29º50.97%80.78%-
XYZ45.1655.7720.7-
YUV188.6578.54127.54-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.98%
GREEN value IS 206 (80.86% from 255) = 41.62%
BLUE value IS 101 (39.84% from 255) = 20.40%
R=37.98%
G=41.62%
B=20.40%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1882061010.0900.510.1970.2951.7260.2
HexBCCE6590331346343c
Octal27431614511063231066474
Binary1011110011001110110010110010110011100111000110110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCE65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCE65; }

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

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

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

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

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

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

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

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