#BCC25D

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

Shades of Wild Willow #BCC25D

Tints of Wild Willow #BCC25D

Color information

#BCC25D (or 0xBCC25D) is unknown color: approx Wild Willow. HEX triplet: BC, C2 and 5D. RGB value is (188,194,93). Sum of RGB (Red+Green+Blue) = 188+194+93=475 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.58% from 475); Green value is 194 (76.17% from 255 or 40.84% from 475); Blue value is 93 (36.72% from 255 or 19.58% from 475); Max value from RGB is 194 - color contains mainly: green. Hex color #BCC25D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC25D is #433DA2. Grayscale: #B5B5B5. Windows color (decimal): -4406691 or 6144700. OLE color: 6144700.

HSL color Cylindrical-coordinate representation of color #BCC25D: hue angle of 63.56º 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 #BCC25D is Cyan = 0.03, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.24.

Color convert

RGB18819493-
CMYK0.0300.520.24
HSL63.56º45.29%56.27%-
HSV(B)63.56º52.06%76.08%-
XYZ42.0150.0717.81-
YUV180.6978.51133.21-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.58%
GREEN value IS 194 (76.17% from 255) = 40.84%
BLUE value IS 93 (36.72% from 255) = 19.58%
R=39.58%
G=40.84%
B=19.58%

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
Decimal188194930.0300.520.2463.5645.2956.27
HexBCC25D303418402d38
Octal2743021353064301005570
Binary10111100110000101011101110110100110001000000101101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC25D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC25D; }

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

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

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

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

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

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

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

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