#BCC064

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

Shades of Wild Willow #BCC064

Tints of Wild Willow #BCC064

Color information

#BCC064 (or 0xBCC064) is unknown color: approx Wild Willow. HEX triplet: BC, C0 and 64. RGB value is (188,192,100). Sum of RGB (Red+Green+Blue) = 188+192+100=480 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.17% from 480); Green value is 192 (75.39% from 255 or 40% from 480); Blue value is 100 (39.45% from 255 or 20.83% from 480); Max value from RGB is 192 - color contains mainly: green. Hex color #BCC064 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC064 is #433F9B. Grayscale: #B4B4B4. Windows color (decimal): -4407196 or 6602940. OLE color: 6602940.

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

Color convert

RGB188192100-
CMYK0.0200.480.25
HSL62.61º42.2%57.25%-
HSV(B)62.61º47.92%75.29%-
XYZ41.8949.3119.37-
YUV180.3282.67133.48-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.17%
GREEN value IS 192 (75.39% from 255) = 40%
BLUE value IS 100 (39.45% from 255) = 20.83%
R=39.17%
G=40%
B=20.83%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1881921000.0200.480.2562.6142.257.25
HexBCC0642030193f2a39
Octal274300144206031775271
Binary1011110011000000110010010011000011001111111101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC064; }

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

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

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

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

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

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

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

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