#BCDD69

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

Shades of Wild Willow #BCDD69

Tints of Wild Willow #BCDD69

Color information

#BCDD69 (or 0xBCDD69) is unknown color: approx Wild Willow. HEX triplet: BC, DD and 69. RGB value is (188,221,105). Sum of RGB (Red+Green+Blue) = 188+221+105=514 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.58% from 514); Green value is 221 (86.72% from 255 or 43.00% from 514); Blue value is 105 (41.41% from 255 or 20.43% from 514); Max value from RGB is 221 - color contains mainly: green. Hex color #BCDD69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCDD69 is #432296. Grayscale: #C6C6C6. Windows color (decimal): -4399767 or 6938044. OLE color: 6938044.

HSL color Cylindrical-coordinate representation of color #BCDD69: hue angle of 77.07º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BCDD69 is Cyan = 0.15, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.13.

Color convert

RGB188221105-
CMYK0.1500.520.13
HSL77.07º63.04%63.92%-
HSV(B)77.07º52.49%86.67%-
XYZ49.1563.4223.02-
YUV197.9175.57120.93-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.58%
GREEN value IS 221 (86.72% from 255) = 43.00%
BLUE value IS 105 (41.41% from 255) = 20.43%
R=36.58%
G=43.00%
B=20.43%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1882211050.1500.520.1377.0763.0463.92
HexBCDD69F034D4d3f40
Octal274335151170641511577100
Binary1011110011011101110100111110110100110110011011111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCDD69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCDD69; }

 p { color: rgb(188,221,105); }

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

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

 a { background-color: rgb(188,221,105); }

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

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

 span { border-color: rgb(188,221,105); }

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