#BCCB5E

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

Shades of Wild Willow #BCCB5E

Tints of Wild Willow #BCCB5E

Color information

#BCCB5E (or 0xBCCB5E) is unknown color: approx Wild Willow. HEX triplet: BC, CB and 5E. RGB value is (188,203,94). Sum of RGB (Red+Green+Blue) = 188+203+94=485 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.76% from 485); Green value is 203 (79.69% from 255 or 41.86% from 485); Blue value is 94 (37.11% from 255 or 19.38% from 485); Max value from RGB is 203 - color contains mainly: green. Hex color #BCCB5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCCB5E is #4334A1. Grayscale: #BABABA. Windows color (decimal): -4404386 or 6212540. OLE color: 6212540.

HSL color Cylindrical-coordinate representation of color #BCCB5E: hue angle of 68.26º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BCCB5E is Cyan = 0.07, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.20.

Color convert

RGB18820394-
CMYK0.0700.540.20
HSL68.26º51.17%58.24%-
HSV(B)68.26º53.69%79.61%-
XYZ44.1254.2118.73-
YUV186.0976.03129.36-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.76%
GREEN value IS 203 (79.69% from 255) = 41.86%
BLUE value IS 94 (37.11% from 255) = 19.38%
R=38.76%
G=41.86%
B=19.38%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal188203940.0700.540.2068.2651.1758.24
HexBCCB5E70361444333a
Octal2743131367066241046372
Binary101111001100101110111101110110110101001000100110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCB5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCB5E; }

 p { color: rgb(188,203,94); }

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

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

 a { background-color: rgb(188,203,94); }

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

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

 span { border-color: rgb(188,203,94); }

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