#B4C36E

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

Shades of Wild Willow #B4C36E

Tints of Wild Willow #B4C36E

Color information

#B4C36E (or 0xB4C36E) is unknown color: approx Wild Willow. HEX triplet: B4, C3 and 6E. RGB value is (180,195,110). Sum of RGB (Red+Green+Blue) = 180+195+110=485 (64% of max value = 765). Red value is 180 (70.70% from 255 or 37.11% from 485); Green value is 195 (76.56% from 255 or 40.21% from 485); Blue value is 110 (43.36% from 255 or 22.68% from 485); Max value from RGB is 195 - color contains mainly: green. Hex color #B4C36E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4C36E is #4B3C91. Grayscale: #B5B5B5. Windows color (decimal): -4930706 or 7259060. OLE color: 7259060.

HSL color Cylindrical-coordinate representation of color #B4C36E: hue angle of 70.59º degrees, saturation: 0.41, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B4C36E is Cyan = 0.08, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.24.

Color convert

RGB180195110-
CMYK0.0800.440.24
HSL70.59º41.46%59.8%-
HSV(B)70.59º43.59%76.47%-
XYZ41.1549.8622.21-
YUV180.8288.03127.41-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.11%
GREEN value IS 195 (76.56% from 255) = 40.21%
BLUE value IS 110 (43.36% from 255) = 22.68%
R=37.11%
G=40.21%
B=22.68%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1801951100.0800.440.2470.5941.4659.8
HexB4C36E802C1847293c
Octal26430315610054301075174
Binary1011010011000011110111010000101100110001000111101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4C36E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4C36E; }

 p { color: rgb(180,195,110); }

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

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

 a { background-color: rgb(180,195,110); }

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

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

 span { border-color: rgb(180,195,110); }

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