#BCD969

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

Shades of Wild Willow #BCD969

Tints of Wild Willow #BCD969

Color information

#BCD969 (or 0xBCD969) is unknown color: approx Wild Willow. HEX triplet: BC, D9 and 69. RGB value is (188,217,105). Sum of RGB (Red+Green+Blue) = 188+217+105=510 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.86% from 510); Green value is 217 (85.16% from 255 or 42.55% from 510); Blue value is 105 (41.41% from 255 or 20.59% from 510); Max value from RGB is 217 - color contains mainly: green. Hex color #BCD969 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD969 is #432696. Grayscale: #C3C3C3. Windows color (decimal): -4400791 or 6937020. OLE color: 6937020.

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

Color convert

RGB188217105-
CMYK0.1300.520.15
HSL75.54º59.57%63.14%-
HSV(B)75.54º51.61%85.1%-
XYZ48.161.3422.67-
YUV195.5676.89122.61-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.86%
GREEN value IS 217 (85.16% from 255) = 42.55%
BLUE value IS 105 (41.41% from 255) = 20.59%
R=36.86%
G=42.55%
B=20.59%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1882171050.1300.520.1575.5459.5763.14
HexBCD969D034F4c3c3f
Octal27433115115064171147477
Binary101111001101100111010011101011010011111001100111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD969; }

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

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

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

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

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

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

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

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