#B4D66E

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

Shades of Wild Willow #B4D66E

Tints of Wild Willow #B4D66E

Color information

#B4D66E (or 0xB4D66E) is unknown color: approx Wild Willow. HEX triplet: B4, D6 and 6E. RGB value is (180,214,110). Sum of RGB (Red+Green+Blue) = 180+214+110=504 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.71% from 504); Green value is 214 (83.98% from 255 or 42.46% from 504); Blue value is 110 (43.36% from 255 or 21.83% from 504); Max value from RGB is 214 - color contains mainly: green. Hex color #B4D66E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4D66E is #4B2991. Grayscale: #C0C0C0. Windows color (decimal): -4925842 or 7263924. OLE color: 7263924.

HSL color Cylindrical-coordinate representation of color #B4D66E: hue angle of 79.62º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B4D66E is Cyan = 0.16, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.16.

Color convert

RGB180214110-
CMYK0.1600.490.16
HSL79.62º55.91%63.53%-
HSV(B)79.62º48.6%83.92%-
XYZ45.6858.9223.72-
YUV191.9881.74119.46-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.71%
GREEN value IS 214 (83.98% from 255) = 42.46%
BLUE value IS 110 (43.36% from 255) = 21.83%
R=35.71%
G=42.46%
B=21.83%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1802141100.1600.490.1679.6255.9163.53
HexB4D66E1003110503840
Octal264326156200612012070100
Binary101101001101011011011101000001100011000010100001110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4D66E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4D66E; }

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

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

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

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

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

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

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

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