#BDC655

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

Shades of Wild Willow #BDC655

Tints of Wild Willow #BDC655

Color information

#BDC655 (or 0xBDC655) is unknown color: approx Wild Willow. HEX triplet: BD, C6 and 55. RGB value is (189,198,85). Sum of RGB (Red+Green+Blue) = 189+198+85=472 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.04% from 472); Green value is 198 (77.73% from 255 or 41.95% from 472); Blue value is 85 (33.59% from 255 or 18.01% from 472); Max value from RGB is 198 - color contains mainly: green. Hex color #BDC655 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC655 is #4239AA. Grayscale: #B6B6B6. Windows color (decimal): -4340139 or 5621437. OLE color: 5621437.

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

Color convert

RGB18919885-
CMYK0.0500.570.22
HSL64.78º49.78%55.49%-
HSV(B)64.78º57.07%77.65%-
XYZ42.8251.8616.35-
YUV182.4373.02132.69-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 40.04%
GREEN value IS 198 (77.73% from 255) = 41.95%
BLUE value IS 85 (33.59% from 255) = 18.01%
R=40.04%
G=41.95%
B=18.01%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal189198850.0500.570.2264.7849.7855.49
HexBDC655503916413237
Octal2753061255071261016267
Binary101111011100011010101011010111001101101000001110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC655; }

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

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

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

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

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

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

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

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