#B4C760

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

Shades of Wild Willow #B4C760

Tints of Wild Willow #B4C760

Color information

#B4C760 (or 0xB4C760) is unknown color: approx Wild Willow. HEX triplet: B4, C7 and 60. RGB value is (180,199,96). Sum of RGB (Red+Green+Blue) = 180+199+96=475 (62% of max value = 765). Red value is 180 (70.70% from 255 or 37.89% from 475); Green value is 199 (78.12% from 255 or 41.89% from 475); Blue value is 96 (37.89% from 255 or 20.21% from 475); Max value from RGB is 199 - color contains mainly: green. Hex color #B4C760 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4C760 is #4B389F. Grayscale: #B5B5B5. Windows color (decimal): -4929696 or 6342580. OLE color: 6342580.

HSL color Cylindrical-coordinate representation of color #B4C760: hue angle of 71.07º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B4C760 is Cyan = 0.10, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.22.

Color convert

RGB18019996-
CMYK0.1000.520.22
HSL71.07º47.91%57.84%-
HSV(B)71.07º51.76%78.04%-
XYZ41.3651.3918.81-
YUV181.5879.71126.88-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.89%
GREEN value IS 199 (78.12% from 255) = 41.89%
BLUE value IS 96 (37.89% from 255) = 20.21%
R=37.89%
G=41.89%
B=20.21%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal180199960.1000.520.2271.0747.9157.84
HexB4C760A0341647303a
Octal26430714012064261076072
Binary1011010011000111110000010100110100101101000111110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4C760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4C760; }

 p { color: rgb(180,199,96); }

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

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

 a { background-color: rgb(180,199,96); }

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

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

 span { border-color: rgb(180,199,96); }

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