#b4d66d

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

Shades of Wild Willow #B4D66D

Tints of Wild Willow #B4D66D

Color information

#B4D66D (or 0xB4D66D) is unknown color: approx Wild Willow. HEX triplet: B4, D6 and 6D. RGB value is (180,214,109). Sum of RGB (Red+Green+Blue) = 180+214+109=503 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.79% from 503); Green value is 214 (83.98% from 255 or 42.54% from 503); Blue value is 109 (42.97% from 255 or 21.67% from 503); Max value from RGB is 214 - color contains mainly: green. Hex color #B4D66D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4D66D is #4B2992. Grayscale: #C0C0C0. Windows color (decimal): -4925843 or 7198388. OLE color: 7198388.

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

Color convert

RGB180214109-
CMYK0.1600.490.16
HSL79.43º56.15%63.33%-
HSV(B)79.43º49.07%83.92%-
XYZ45.6358.923.43-
YUV191.8681.24119.54-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.79%
GREEN value IS 214 (83.98% from 255) = 42.54%
BLUE value IS 109 (42.97% from 255) = 21.67%
R=35.79%
G=42.54%
B=21.67%

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
Decimal1802141090.1600.490.1679.4356.1563.33
HexB4D66D10031104f383f
Octal26432615520061201177077
Binary10110100110101101101101100000110001100001001111111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b4d66d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b4d66d; }

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

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

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

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

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

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

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

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