#BDC558

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

Shades of Wild Willow #BDC558

Tints of Wild Willow #BDC558

Color information

#BDC558 (or 0xBDC558) is unknown color: approx Wild Willow. HEX triplet: BD, C5 and 58. RGB value is (189,197,88). Sum of RGB (Red+Green+Blue) = 189+197+88=474 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.87% from 474); Green value is 197 (77.34% from 255 or 41.56% from 474); Blue value is 88 (34.77% from 255 or 18.57% from 474); Max value from RGB is 197 - color contains mainly: green. Hex color #BDC558 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC558 is #423AA7. Grayscale: #B6B6B6. Windows color (decimal): -4340392 or 5817789. OLE color: 5817789.

HSL color Cylindrical-coordinate representation of color #BDC558: hue angle of 64.4º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BDC558 is Cyan = 0.04, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.23.

Color convert

RGB18919788-
CMYK0.0400.550.23
HSL64.4º48.44%55.88%-
HSV(B)64.4º55.33%77.25%-
XYZ42.7151.4616.91-
YUV182.1874.85132.86-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.87%
GREEN value IS 197 (77.34% from 255) = 41.56%
BLUE value IS 88 (34.77% from 255) = 18.57%
R=39.87%
G=41.56%
B=18.57%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal189197880.0400.550.2364.448.4455.88
HexBDC558403717403038
Octal2753051304067271006070
Binary101111011100010110110001000110111101111000000110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC558; }

 p { color: rgb(189,197,88); }

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

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

 a { background-color: rgb(189,197,88); }

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

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

 span { border-color: rgb(189,197,88); }

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