#B6CD61

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

Shades of Wild Willow #B6CD61

Tints of Wild Willow #B6CD61

Color information

#B6CD61 (or 0xB6CD61) is unknown color: approx Wild Willow. HEX triplet: B6, CD and 61. RGB value is (182,205,97). Sum of RGB (Red+Green+Blue) = 182+205+97=484 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.60% from 484); Green value is 205 (80.47% from 255 or 42.36% from 484); Blue value is 97 (38.28% from 255 or 20.04% from 484); Max value from RGB is 205 - color contains mainly: green. Hex color #B6CD61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6CD61 is #49329E. Grayscale: #BABABA. Windows color (decimal): -4797087 or 6409654. OLE color: 6409654.

HSL color Cylindrical-coordinate representation of color #B6CD61: hue angle of 72.78º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B6CD61 is Cyan = 0.11, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.20.

Color convert

RGB18220597-
CMYK0.1100.530.20
HSL72.78º51.92%59.22%-
HSV(B)72.78º52.68%80.39%-
XYZ43.2854.4719.54-
YUV185.8177.88125.28-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 37.60%
GREEN value IS 205 (80.47% from 255) = 42.36%
BLUE value IS 97 (38.28% from 255) = 20.04%
R=37.60%
G=42.36%
B=20.04%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal182205970.1100.530.2072.7851.9259.22
HexB6CD61B0351449343b
Octal26631514113065241116473
Binary1011011011001101110000110110110101101001001001110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6CD61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6CD61; }

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

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

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

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

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

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

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

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