#B4C45F

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

Shades of Wild Willow #B4C45F

Tints of Wild Willow #B4C45F

Color information

#B4C45F (or 0xB4C45F) is unknown color: approx Wild Willow. HEX triplet: B4, C4 and 5F. RGB value is (180,196,95). Sum of RGB (Red+Green+Blue) = 180+196+95=471 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.22% from 471); Green value is 196 (76.95% from 255 or 41.61% from 471); Blue value is 95 (37.5% from 255 or 20.17% from 471); Max value from RGB is 196 - color contains mainly: green. Hex color #B4C45F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4C45F is #4B3BA0. Grayscale: #B4B4B4. Windows color (decimal): -4930465 or 6276276. OLE color: 6276276.

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

Color convert

RGB18019695-
CMYK0.0800.520.23
HSL69.5º46.12%57.06%-
HSV(B)69.5º51.53%76.86%-
XYZ40.6350.0118.34-
YUV179.780.2128.21-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.22%
GREEN value IS 196 (76.95% from 255) = 41.61%
BLUE value IS 95 (37.5% from 255) = 20.17%
R=38.22%
G=41.61%
B=20.17%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal180196950.0800.520.2369.546.1257.06
HexB4C45F803417462e39
Octal26430413710064271065671
Binary1011010011000100101111110000110100101111000110101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4C45F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4C45F; }

 p { color: rgb(180,196,95); }

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

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

 a { background-color: rgb(180,196,95); }

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

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

 span { border-color: rgb(180,196,95); }

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