#BCC35C

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

Shades of Wild Willow #BCC35C

Tints of Wild Willow #BCC35C

Color information

#BCC35C (or 0xBCC35C) is unknown color: approx Wild Willow. HEX triplet: BC, C3 and 5C. RGB value is (188,195,92). Sum of RGB (Red+Green+Blue) = 188+195+92=475 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.58% from 475); Green value is 195 (76.56% from 255 or 41.05% from 475); Blue value is 92 (36.33% from 255 or 19.37% from 475); Max value from RGB is 195 - color contains mainly: green. Hex color #BCC35C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC35C is #433CA3. Grayscale: #B5B5B5. Windows color (decimal): -4406436 or 6079420. OLE color: 6079420.

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

Color convert

RGB18819592-
CMYK0.0400.530.24
HSL64.08º46.19%56.27%-
HSV(B)64.08º52.82%76.47%-
XYZ42.1950.4917.65-
YUV181.1677.68132.88-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.58%
GREEN value IS 195 (76.56% from 255) = 41.05%
BLUE value IS 92 (36.33% from 255) = 19.37%
R=39.58%
G=41.05%
B=19.37%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal188195920.0400.530.2464.0846.1956.27
HexBCC35C403518402e38
Octal2743031344065301005670
Binary101111001100001110111001000110101110001000000101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC35C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC35C; }

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

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

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

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

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

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

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

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