#BDC555

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

Shades of Wild Willow #BDC555

Tints of Wild Willow #BDC555

Color information

#BDC555 (or 0xBDC555) is unknown color: approx Wild Willow. HEX triplet: BD, C5 and 55. RGB value is (189,197,85). Sum of RGB (Red+Green+Blue) = 189+197+85=471 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.13% from 471); Green value is 197 (77.34% from 255 or 41.83% from 471); Blue value is 85 (33.59% from 255 or 18.05% from 471); Max value from RGB is 197 - color contains mainly: green. Hex color #BDC555 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC555 is #423AAA. Grayscale: #B6B6B6. Windows color (decimal): -4340395 or 5621181. OLE color: 5621181.

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

Color convert

RGB18919785-
CMYK0.0400.570.23
HSL64.29º49.12%55.29%-
HSV(B)64.29º56.85%77.25%-
XYZ42.5951.4116.27-
YUV181.8473.35133.11-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 40.13%
GREEN value IS 197 (77.34% from 255) = 41.83%
BLUE value IS 85 (33.59% from 255) = 18.05%
R=40.13%
G=41.83%
B=18.05%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal189197850.0400.570.2364.2949.1255.29
HexBDC555403917403137
Octal2753051254071271006167
Binary101111011100010110101011000111001101111000000110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC555; }

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

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

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

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

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

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

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

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