#B4D26A

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

Shades of Wild Willow #B4D26A

Tints of Wild Willow #B4D26A

Color information

#B4D26A (or 0xB4D26A) is unknown color: approx Wild Willow. HEX triplet: B4, D2 and 6A. RGB value is (180,210,106). Sum of RGB (Red+Green+Blue) = 180+210+106=496 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.29% from 496); Green value is 210 (82.42% from 255 or 42.34% from 496); Blue value is 106 (41.80% from 255 or 21.37% from 496); Max value from RGB is 210 - color contains mainly: green. Hex color #B4D26A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4D26A is #4B2D95. Grayscale: #BDBDBD. Windows color (decimal): -4926870 or 7000756. OLE color: 7000756.

HSL color Cylindrical-coordinate representation of color #B4D26A: hue angle of 77.31º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B4D26A is Cyan = 0.14, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.18.

Color convert

RGB180210106-
CMYK0.1400.500.18
HSL77.31º53.61%61.96%-
HSV(B)77.31º49.52%82.35%-
XYZ44.4756.8422.26-
YUV189.1781.06121.46-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.29%
GREEN value IS 210 (82.42% from 255) = 42.34%
BLUE value IS 106 (41.80% from 255) = 21.37%
R=36.29%
G=42.34%
B=21.37%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1802101060.1400.500.1877.3153.6161.96
HexB4D26AE032124d363e
Octal26432215216062221156676
Binary1011010011010010110101011100110010100101001101110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4D26A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4D26A; }

 p { color: rgb(180,210,106); }

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

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

 a { background-color: rgb(180,210,106); }

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

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

 span { border-color: rgb(180,210,106); }

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