#B4D469

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

Shades of Wild Willow #B4D469

Tints of Wild Willow #B4D469

Color information

#B4D469 (or 0xB4D469) is unknown color: approx Wild Willow. HEX triplet: B4, D4 and 69. RGB value is (180,212,105). Sum of RGB (Red+Green+Blue) = 180+212+105=497 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.22% from 497); Green value is 212 (83.20% from 255 or 42.66% from 497); Blue value is 105 (41.41% from 255 or 21.13% from 497); Max value from RGB is 212 - color contains mainly: green. Hex color #B4D469 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4D469 is #4B2B96. Grayscale: #BEBEBE. Windows color (decimal): -4926359 or 6935732. OLE color: 6935732.

HSL color Cylindrical-coordinate representation of color #B4D469: hue angle of 77.94º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B4D469 is Cyan = 0.15, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.17.

Color convert

RGB180212105-
CMYK0.1500.500.17
HSL77.94º55.44%62.16%-
HSV(B)77.94º50.47%83.14%-
XYZ44.9257.8122.16-
YUV190.2379.9120.7-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.22%
GREEN value IS 212 (83.20% from 255) = 42.66%
BLUE value IS 105 (41.41% from 255) = 21.13%
R=36.22%
G=42.66%
B=21.13%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1802121050.1500.500.1777.9455.4462.16
HexB4D469F032114e373e
Octal26432415117062211166776
Binary1011010011010100110100111110110010100011001110110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4D469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4D469; }

 p { color: rgb(180,212,105); }

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

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

 a { background-color: rgb(180,212,105); }

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

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

 span { border-color: rgb(180,212,105); }

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