#BCCD5C

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

Shades of Wild Willow #BCCD5C

Tints of Wild Willow #BCCD5C

Color information

#BCCD5C (or 0xBCCD5C) is unknown color: approx Wild Willow. HEX triplet: BC, CD and 5C. RGB value is (188,205,92). Sum of RGB (Red+Green+Blue) = 188+205+92=485 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.76% from 485); Green value is 205 (80.47% from 255 or 42.27% from 485); Blue value is 92 (36.33% from 255 or 18.97% from 485); Max value from RGB is 205 - color contains mainly: green. Hex color #BCCD5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCCD5C is #4332A3. Grayscale: #BBBBBB. Windows color (decimal): -4403876 or 6081980. OLE color: 6081980.

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

Color convert

RGB18820592-
CMYK0.0800.550.20
HSL69.03º53.05%58.24%-
HSV(B)69.03º55.12%80.39%-
XYZ44.555.1318.42-
YUV187.0474.37128.69-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.76%
GREEN value IS 205 (80.47% from 255) = 42.27%
BLUE value IS 92 (36.33% from 255) = 18.97%
R=38.76%
G=42.27%
B=18.97%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal188205920.0800.550.2069.0353.0558.24
HexBCCD5C80371445353a
Octal27431513410067241056572
Binary1011110011001101101110010000110111101001000101110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCD5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCD5C; }

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

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

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

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

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

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

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

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