#B4C55A

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

Shades of Wild Willow #B4C55A

Tints of Wild Willow #B4C55A

Color information

#B4C55A (or 0xB4C55A) is unknown color: approx Wild Willow. HEX triplet: B4, C5 and 5A. RGB value is (180,197,90). Sum of RGB (Red+Green+Blue) = 180+197+90=467 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.54% from 467); Green value is 197 (77.34% from 255 or 42.18% from 467); Blue value is 90 (35.55% from 255 or 19.27% from 467); Max value from RGB is 197 - color contains mainly: green. Hex color #B4C55A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4C55A is #4B3AA5. Grayscale: #B4B4B4. Windows color (decimal): -4930214 or 5948852. OLE color: 5948852.

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

Color convert

RGB18019790-
CMYK0.0900.540.23
HSL69.53º47.98%56.27%-
HSV(B)69.53º54.31%77.25%-
XYZ40.6350.3717.25-
YUV179.7277.37128.2-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.54%
GREEN value IS 197 (77.34% from 255) = 42.18%
BLUE value IS 90 (35.55% from 255) = 19.27%
R=38.54%
G=42.18%
B=19.27%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal180197900.0900.540.2369.5347.9856.27
HexB4C55A903617463038
Octal26430513211066271066070
Binary1011010011000101101101010010110110101111000110110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4C55A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4C55A; }

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

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

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

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

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

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

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

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