#BCC065

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

Shades of Wild Willow #BCC065

Tints of Wild Willow #BCC065

Color information

#BCC065 (or 0xBCC065) is unknown color: approx Wild Willow. HEX triplet: BC, C0 and 65. RGB value is (188,192,101). Sum of RGB (Red+Green+Blue) = 188+192+101=481 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.09% from 481); Green value is 192 (75.39% from 255 or 39.92% from 481); Blue value is 101 (39.84% from 255 or 21.00% from 481); Max value from RGB is 192 - color contains mainly: green. Hex color #BCC065 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC065 is #433F9A. Grayscale: #B4B4B4. Windows color (decimal): -4407195 or 6668476. OLE color: 6668476.

HSL color Cylindrical-coordinate representation of color #BCC065: hue angle of 62.64º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BCC065 is Cyan = 0.02, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.25.

Color convert

RGB188192101-
CMYK0.0200.470.25
HSL62.64º41.94%57.45%-
HSV(B)62.64º47.4%75.29%-
XYZ41.9449.3319.62-
YUV180.4383.17133.4-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.09%
GREEN value IS 192 (75.39% from 255) = 39.92%
BLUE value IS 101 (39.84% from 255) = 21.00%
R=39.09%
G=39.92%
B=21.00%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1881921010.0200.470.2562.6441.9457.45
HexBCC065202F193f2a39
Octal274300145205731775271
Binary1011110011000000110010110010111111001111111101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC065; }

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

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

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

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

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

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

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

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