#B4C26D

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

Shades of Wild Willow #B4C26D

Tints of Wild Willow #B4C26D

Color information

#B4C26D (or 0xB4C26D) is unknown color: approx Wild Willow. HEX triplet: B4, C2 and 6D. RGB value is (180,194,109). Sum of RGB (Red+Green+Blue) = 180+194+109=483 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.27% from 483); Green value is 194 (76.17% from 255 or 40.17% from 483); Blue value is 109 (42.97% from 255 or 22.57% from 483); Max value from RGB is 194 - color contains mainly: green. Hex color #B4C26D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4C26D is #4B3D92. Grayscale: #B4B4B4. Windows color (decimal): -4930963 or 7193268. OLE color: 7193268.

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

Color convert

RGB180194109-
CMYK0.0700.440.24
HSL69.88º41.06%59.41%-
HSV(B)69.88º43.81%76.08%-
XYZ40.8749.3921.85-
YUV180.1287.86127.91-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.27%
GREEN value IS 194 (76.17% from 255) = 40.17%
BLUE value IS 109 (42.97% from 255) = 22.57%
R=37.27%
G=40.17%
B=22.57%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1801941090.0700.440.2469.8841.0659.41
HexB4C26D702C1846293b
Octal2643021557054301065173
Binary101101001100001011011011110101100110001000110101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4C26D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4C26D; }

 p { color: rgb(180,194,109); }

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

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

 a { background-color: rgb(180,194,109); }

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

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

 span { border-color: rgb(180,194,109); }

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