#B9D467

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

Shades of Wild Willow #B9D467

Tints of Wild Willow #B9D467

Color information

#B9D467 (or 0xB9D467) is unknown color: approx Wild Willow. HEX triplet: B9, D4 and 67. RGB value is (185,212,103). Sum of RGB (Red+Green+Blue) = 185+212+103=500 (66% of max value = 765). Red value is 185 (72.66% from 255 or 37% from 500); Green value is 212 (83.20% from 255 or 42.4% from 500); Blue value is 103 (40.62% from 255 or 20.6% from 500); Max value from RGB is 212 - color contains mainly: green. Hex color #B9D467 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9D467 is #462B98. Grayscale: #BFBFBF. Windows color (decimal): -4598681 or 6804665. OLE color: 6804665.

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

Color convert

RGB185212103-
CMYK0.1300.510.17
HSL74.86º55.9%61.76%-
HSV(B)74.86º51.42%83.14%-
XYZ4658.3821.68-
YUV191.578.05123.36-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37%
GREEN value IS 212 (83.20% from 255) = 42.4%
BLUE value IS 103 (40.62% from 255) = 20.6%
R=37%
G=42.4%
B=20.6%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1852121030.1300.510.1774.8655.961.76
HexB9D467D033114b383e
Octal27132414715063211137076
Binary1011100111010100110011111010110011100011001011111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9D467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9D467; }

 p { color: rgb(185,212,103); }

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

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

 a { background-color: rgb(185,212,103); }

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

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

 span { border-color: rgb(185,212,103); }

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