#B4C561

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

Shades of Wild Willow #B4C561

Tints of Wild Willow #B4C561

Color information

#B4C561 (or 0xB4C561) is unknown color: approx Wild Willow. HEX triplet: B4, C5 and 61. RGB value is (180,197,97). Sum of RGB (Red+Green+Blue) = 180+197+97=474 (62% of max value = 765). Red value is 180 (70.70% from 255 or 37.97% from 474); Green value is 197 (77.34% from 255 or 41.56% from 474); Blue value is 97 (38.28% from 255 or 20.46% from 474); Max value from RGB is 197 - color contains mainly: green. Hex color #B4C561 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4C561 is #4B3A9E. Grayscale: #B4B4B4. Windows color (decimal): -4930207 or 6407604. OLE color: 6407604.

HSL color Cylindrical-coordinate representation of color #B4C561: hue angle of 70.2º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B4C561 is Cyan = 0.09, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.23.

Color convert

RGB18019797-
CMYK0.0900.510.23
HSL70.2º46.3%57.65%-
HSV(B)70.2º50.76%77.25%-
XYZ40.9550.518.9-
YUV180.5280.87127.63-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.97%
GREEN value IS 197 (77.34% from 255) = 41.56%
BLUE value IS 97 (38.28% from 255) = 20.46%
R=37.97%
G=41.56%
B=20.46%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal180197970.0900.510.2370.246.357.65
HexB4C561903317462e3a
Octal26430514111063271065672
Binary1011010011000101110000110010110011101111000110101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4C561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4C561; }

 p { color: rgb(180,197,97); }

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

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

 a { background-color: rgb(180,197,97); }

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

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

 span { border-color: rgb(180,197,97); }

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