#B4CD56

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

Shades of Wild Willow #B4CD56

Tints of Wild Willow #B4CD56

Color information

#B4CD56 (or 0xB4CD56) is unknown color: approx Wild Willow. HEX triplet: B4, CD and 56. RGB value is (180,205,86). Sum of RGB (Red+Green+Blue) = 180+205+86=471 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.22% from 471); Green value is 205 (80.47% from 255 or 43.52% from 471); Blue value is 86 (33.98% from 255 or 18.26% from 471); Max value from RGB is 205 - color contains mainly: green. Hex color #B4CD56 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4CD56 is #4B32A9. Grayscale: #B8B8B8. Windows color (decimal): -4928170 or 5688756. OLE color: 5688756.

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

Color convert

RGB18020586-
CMYK0.1200.580.20
HSL72.61º54.34%57.06%-
HSV(B)72.61º58.05%80.39%-
XYZ42.3354.0417-
YUV183.9672.72125.18-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.22%
GREEN value IS 205 (80.47% from 255) = 43.52%
BLUE value IS 86 (33.98% from 255) = 18.26%
R=38.22%
G=43.52%
B=18.26%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal180205860.1200.580.2072.6154.3457.06
HexB4CD56C03A14493639
Octal26431512614072241116671
Binary1011010011001101101011011000111010101001001001110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4CD56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4CD56; }

 p { color: rgb(180,205,86); }

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

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

 a { background-color: rgb(180,205,86); }

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

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

 span { border-color: rgb(180,205,86); }

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