#B6CD57

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

Shades of Wild Willow #B6CD57

Tints of Wild Willow #B6CD57

Color information

#B6CD57 (or 0xB6CD57) is unknown color: approx Wild Willow. HEX triplet: B6, CD and 57. RGB value is (182,205,87). Sum of RGB (Red+Green+Blue) = 182+205+87=474 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.40% from 474); Green value is 205 (80.47% from 255 or 43.25% from 474); Blue value is 87 (34.38% from 255 or 18.35% from 474); Max value from RGB is 205 - color contains mainly: green. Hex color #B6CD57 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6CD57 is #4932A8. Grayscale: #B9B9B9. Windows color (decimal): -4797097 or 5754294. OLE color: 5754294.

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

Color convert

RGB18220587-
CMYK0.1100.580.20
HSL71.69º54.13%57.25%-
HSV(B)71.69º57.56%80.39%-
XYZ42.8454.317.24-
YUV184.6772.88126.09-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.40%
GREEN value IS 205 (80.47% from 255) = 43.25%
BLUE value IS 87 (34.38% from 255) = 18.35%
R=38.40%
G=43.25%
B=18.35%

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
Decimal182205870.1100.580.2071.6954.1357.25
HexB6CD57B03A14483639
Octal26631512713072241106671
Binary1011011011001101101011110110111010101001001000110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6CD57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6CD57; }

 p { color: rgb(182,205,87); }

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

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

 a { background-color: rgb(182,205,87); }

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

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

 span { border-color: rgb(182,205,87); }

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