#BCC869

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

Shades of Wild Willow #BCC869

Tints of Wild Willow #BCC869

Color information

#BCC869 (or 0xBCC869) is unknown color: approx Wild Willow. HEX triplet: BC, C8 and 69. RGB value is (188,200,105). Sum of RGB (Red+Green+Blue) = 188+200+105=493 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.13% from 493); Green value is 200 (78.52% from 255 or 40.57% from 493); Blue value is 105 (41.41% from 255 or 21.30% from 493); Max value from RGB is 200 - color contains mainly: green. Hex color #BCC869 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC869 is #433796. Grayscale: #B9B9B9. Windows color (decimal): -4405143 or 6932668. OLE color: 6932668.

HSL color Cylindrical-coordinate representation of color #BCC869: hue angle of 67.58º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BCC869 is Cyan = 0.06, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.22.

Color convert

RGB188200105-
CMYK0.0600.480.22
HSL67.58º46.34%59.8%-
HSV(B)67.58º47.5%78.43%-
XYZ43.9453.0221.28-
YUV185.5882.52129.72-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.13%
GREEN value IS 200 (78.52% from 255) = 40.57%
BLUE value IS 105 (41.41% from 255) = 21.30%
R=38.13%
G=40.57%
B=21.30%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1882001050.0600.480.2267.5846.3459.8
HexBCC869603016442e3c
Octal2743101516060261045674
Binary101111001100100011010011100110000101101000100101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC869; }

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

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

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

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

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

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

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

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