#B9C367

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

Shades of Wild Willow #B9C367

Tints of Wild Willow #B9C367

Color information

#B9C367 (or 0xB9C367) is unknown color: approx Wild Willow. HEX triplet: B9, C3 and 67. RGB value is (185,195,103). Sum of RGB (Red+Green+Blue) = 185+195+103=483 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.30% from 483); Green value is 195 (76.56% from 255 or 40.37% from 483); Blue value is 103 (40.62% from 255 or 21.33% from 483); Max value from RGB is 195 - color contains mainly: green. Hex color #B9C367 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9C367 is #463C98. Grayscale: #B5B5B5. Windows color (decimal): -4603033 or 6800313. OLE color: 6800313.

HSL color Cylindrical-coordinate representation of color #B9C367: hue angle of 66.52º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B9C367 is Cyan = 0.05, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.24.

Color convert

RGB185195103-
CMYK0.0500.470.24
HSL66.52º43.4%58.43%-
HSV(B)66.52º47.18%76.47%-
XYZ41.9750.3220.33-
YUV181.5283.69130.48-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.30%
GREEN value IS 195 (76.56% from 255) = 40.37%
BLUE value IS 103 (40.62% from 255) = 21.33%
R=38.30%
G=40.37%
B=21.33%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1851951030.0500.470.2466.5243.458.43
HexB9C367502F18432b3a
Octal2713031475057301035372
Binary101110011100001111001111010101111110001000011101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9C367

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9C367; }

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

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

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

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

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

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

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

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