#B4C45E

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

Shades of Wild Willow #B4C45E

Tints of Wild Willow #B4C45E

Color information

#B4C45E (or 0xB4C45E) is unknown color: approx Wild Willow. HEX triplet: B4, C4 and 5E. RGB value is (180,196,94). Sum of RGB (Red+Green+Blue) = 180+196+94=470 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.30% from 470); Green value is 196 (76.95% from 255 or 41.70% from 470); Blue value is 94 (37.11% from 255 or 20% from 470); Max value from RGB is 196 - color contains mainly: green. Hex color #B4C45E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4C45E is #4B3BA1. Grayscale: #B3B3B3. Windows color (decimal): -4930466 or 6210740. OLE color: 6210740.

HSL color Cylindrical-coordinate representation of color #B4C45E: hue angle of 69.41º 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 #B4C45E is Cyan = 0.08, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.23.

Color convert

RGB18019694-
CMYK0.0800.520.23
HSL69.41º46.36%56.86%-
HSV(B)69.41º52.04%76.86%-
XYZ40.5849.9918.1-
YUV179.5979.7128.29-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.30%
GREEN value IS 196 (76.95% from 255) = 41.70%
BLUE value IS 94 (37.11% from 255) = 20%
R=38.30%
G=41.70%
B=20%

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
Decimal180196940.0800.520.2369.4146.3656.86
HexB4C45E803417452e39
Octal26430413610064271055671
Binary1011010011000100101111010000110100101111000101101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4C45E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4C45E; }

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

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

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

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

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

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

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

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