#bcc15d

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

Shades of Wild Willow #BCC15D

Tints of Wild Willow #BCC15D

Color information

#BCC15D (or 0xBCC15D) is unknown color: approx Wild Willow. HEX triplet: BC, C1 and 5D. RGB value is (188,193,93). Sum of RGB (Red+Green+Blue) = 188+193+93=474 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.66% from 474); Green value is 193 (75.78% from 255 or 40.72% from 474); Blue value is 93 (36.72% from 255 or 19.62% from 474); Max value from RGB is 193 - color contains mainly: green. Hex color #BCC15D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC15D is #433EA2. Grayscale: #B4B4B4. Windows color (decimal): -4406947 or 6144444. OLE color: 6144444.

HSL color Cylindrical-coordinate representation of color #BCC15D: hue angle of 63º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BCC15D is Cyan = 0.03, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.24.

Color convert

RGB18819393-
CMYK0.0300.520.24
HSL63º44.64%56.08%-
HSV(B)63º51.81%75.69%-
XYZ41.7849.6217.73-
YUV180.178.84133.63-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.66%
GREEN value IS 193 (75.78% from 255) = 40.72%
BLUE value IS 93 (36.72% from 255) = 19.62%
R=39.66%
G=40.72%
B=19.62%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal188193930.0300.520.246344.6456.08
HexBCC15D3034183f2d38
Octal274301135306430775570
Binary1011110011000001101110111011010011000111111101101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bcc15d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bcc15d; }

 p { color: rgb(188,193,93); }

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

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

 a { background-color: rgb(188,193,93); }

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

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

 span { border-color: rgb(188,193,93); }

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