#B6D468

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

Shades of Wild Willow #B6D468

Tints of Wild Willow #B6D468

Color information

#B6D468 (or 0xB6D468) is unknown color: approx Wild Willow. HEX triplet: B6, D4 and 68. RGB value is (182,212,104). Sum of RGB (Red+Green+Blue) = 182+212+104=498 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.55% from 498); Green value is 212 (83.20% from 255 or 42.57% from 498); Blue value is 104 (41.02% from 255 or 20.88% from 498); Max value from RGB is 212 - color contains mainly: green. Hex color #B6D468 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6D468 is #492B97. Grayscale: #BFBFBF. Windows color (decimal): -4795288 or 6870198. OLE color: 6870198.

HSL color Cylindrical-coordinate representation of color #B6D468: hue angle of 76.67º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B6D468 is Cyan = 0.14, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.17.

Color convert

RGB182212104-
CMYK0.1400.510.17
HSL76.67º55.67%61.96%-
HSV(B)76.67º50.94%83.14%-
XYZ45.3358.0321.91-
YUV190.7279.06121.78-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.55%
GREEN value IS 212 (83.20% from 255) = 42.57%
BLUE value IS 104 (41.02% from 255) = 20.88%
R=36.55%
G=42.57%
B=20.88%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1822121040.1400.510.1776.6755.6761.96
HexB6D468E033114d383e
Octal26632415016063211157076
Binary1011011011010100110100011100110011100011001101111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6D468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6D468; }

 p { color: rgb(182,212,104); }

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

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

 a { background-color: rgb(182,212,104); }

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

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

 span { border-color: rgb(182,212,104); }

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