#B3D469

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

Shades of Wild Willow #B3D469

Tints of Wild Willow #B3D469

Color information

#B3D469 (or 0xB3D469) is unknown color: approx Wild Willow. HEX triplet: B3, D4 and 69. RGB value is (179,212,105). Sum of RGB (Red+Green+Blue) = 179+212+105=496 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.09% from 496); Green value is 212 (83.20% from 255 or 42.74% from 496); Blue value is 105 (41.41% from 255 or 21.17% from 496); Max value from RGB is 212 - color contains mainly: green. Hex color #B3D469 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3D469 is #4C2B96. Grayscale: #BEBEBE. Windows color (decimal): -4991895 or 6935731. OLE color: 6935731.

HSL color Cylindrical-coordinate representation of color #B3D469: hue angle of 78.5º 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 #B3D469 is Cyan = 0.16, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.17.

Color convert

RGB179212105-
CMYK0.1600.500.17
HSL78.5º55.44%62.16%-
HSV(B)78.5º50.47%83.14%-
XYZ44.6857.6922.14-
YUV189.9380.07120.2-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.09%
GREEN value IS 212 (83.20% from 255) = 42.74%
BLUE value IS 105 (41.41% from 255) = 21.17%
R=36.09%
G=42.74%
B=21.17%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1792121050.1600.500.1778.555.4462.16
HexB3D46910032114f373e
Octal26332415120062211176776
Binary10110011110101001101001100000110010100011001111110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3D469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3D469; }

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

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

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

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

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

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

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

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