#BCC35F

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

Shades of Wild Willow #BCC35F

Tints of Wild Willow #BCC35F

Color information

#BCC35F (or 0xBCC35F) is unknown color: approx Wild Willow. HEX triplet: BC, C3 and 5F. RGB value is (188,195,95). Sum of RGB (Red+Green+Blue) = 188+195+95=478 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.33% from 478); Green value is 195 (76.56% from 255 or 40.79% from 478); Blue value is 95 (37.5% from 255 or 19.87% from 478); Max value from RGB is 195 - color contains mainly: green. Hex color #BCC35F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC35F is #433CA0. Grayscale: #B5B5B5. Windows color (decimal): -4406433 or 6276028. OLE color: 6276028.

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

Color convert

RGB18819595-
CMYK0.0400.510.24
HSL64.2º45.45%56.86%-
HSV(B)64.2º51.28%76.47%-
XYZ42.3250.5518.35-
YUV181.5179.18132.63-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.33%
GREEN value IS 195 (76.56% from 255) = 40.79%
BLUE value IS 95 (37.5% from 255) = 19.87%
R=39.33%
G=40.79%
B=19.87%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal188195950.0400.510.2464.245.4556.86
HexBCC35F403318402d39
Octal2743031374063301005571
Binary101111001100001110111111000110011110001000000101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC35F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC35F; }

 p { color: rgb(188,195,95); }

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

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

 a { background-color: rgb(188,195,95); }

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

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

 span { border-color: rgb(188,195,95); }

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