#B7CD56

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

Shades of Wild Willow #B7CD56

Tints of Wild Willow #B7CD56

Color information

#B7CD56 (or 0xB7CD56) is unknown color: approx Wild Willow. HEX triplet: B7, CD and 56. RGB value is (183,205,86). Sum of RGB (Red+Green+Blue) = 183+205+86=474 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.61% from 474); Green value is 205 (80.47% from 255 or 43.25% from 474); Blue value is 86 (33.98% from 255 or 18.14% from 474); Max value from RGB is 205 - color contains mainly: green. Hex color #B7CD56 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7CD56 is #4832A9. Grayscale: #B9B9B9. Windows color (decimal): -4731562 or 5688759. OLE color: 5688759.

HSL color Cylindrical-coordinate representation of color #B7CD56: hue angle of 71.09º 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 #B7CD56 is Cyan = 0.11, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.20.

Color convert

RGB18320586-
CMYK0.1100.580.20
HSL71.09º54.34%57.06%-
HSV(B)71.09º58.05%80.39%-
XYZ43.0454.417.04-
YUV184.8672.21126.68-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 38.61%
GREEN value IS 205 (80.47% from 255) = 43.25%
BLUE value IS 86 (33.98% from 255) = 18.14%
R=38.61%
G=43.25%
B=18.14%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal183205860.1100.580.2071.0954.3457.06
HexB7CD56B03A14473639
Octal26731512613072241076671
Binary1011011111001101101011010110111010101001000111110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7CD56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7CD56; }

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

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

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

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

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

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

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

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