#BCC85A

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

Shades of Wild Willow #BCC85A

Tints of Wild Willow #BCC85A

Color information

#BCC85A (or 0xBCC85A) is unknown color: approx Wild Willow. HEX triplet: BC, C8 and 5A. RGB value is (188,200,90). Sum of RGB (Red+Green+Blue) = 188+200+90=478 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.33% from 478); Green value is 200 (78.52% from 255 or 41.84% from 478); Blue value is 90 (35.55% from 255 or 18.83% from 478); Max value from RGB is 200 - color contains mainly: green. Hex color #BCC85A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC85A is #4337A5. Grayscale: #B8B8B8. Windows color (decimal): -4405158 or 5949628. OLE color: 5949628.

HSL color Cylindrical-coordinate representation of color #BCC85A: hue angle of 66.55º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BCC85A is Cyan = 0.06, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.22.

Color convert

RGB18820090-
CMYK0.0600.550.22
HSL66.55º50%56.86%-
HSV(B)66.55º55%78.43%-
XYZ43.2452.7417.57-
YUV183.8775.02130.94-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.33%
GREEN value IS 200 (78.52% from 255) = 41.84%
BLUE value IS 90 (35.55% from 255) = 18.83%
R=39.33%
G=41.84%
B=18.83%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal188200900.0600.550.2266.555056.86
HexBCC85A603716433239
Octal2743101326067261036271
Binary101111001100100010110101100110111101101000011110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC85A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC85A; }

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

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

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

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

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

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

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

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