#BCC05A

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

Shades of Wild Willow #BCC05A

Tints of Wild Willow #BCC05A

Color information

#BCC05A (or 0xBCC05A) is unknown color: approx Wild Willow. HEX triplet: BC, C0 and 5A. RGB value is (188,192,90). Sum of RGB (Red+Green+Blue) = 188+192+90=470 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40% from 470); Green value is 192 (75.39% from 255 or 40.85% from 470); Blue value is 90 (35.55% from 255 or 19.15% from 470); Max value from RGB is 192 - color contains mainly: green. Hex color #BCC05A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC05A is #433FA5. Grayscale: #B3B3B3. Windows color (decimal): -4407206 or 5947580. OLE color: 5947580.

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

Color convert

RGB18819290-
CMYK0.0200.530.25
HSL62.35º44.74%55.29%-
HSV(B)62.35º53.12%75.29%-
XYZ41.4349.1316.97-
YUV179.1877.67134.29-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40%
GREEN value IS 192 (75.39% from 255) = 40.85%
BLUE value IS 90 (35.55% from 255) = 19.15%
R=40%
G=40.85%
B=19.15%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal188192900.0200.530.2562.3544.7455.29
HexBCC05A2035193e2d37
Octal274300132206531765567
Binary1011110011000000101101010011010111001111110101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC05A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC05A; }

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

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

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

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

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

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

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

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