#B5C16B

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

Shades of Wild Willow #B5C16B

Tints of Wild Willow #B5C16B

Color information

#B5C16B (or 0xB5C16B) is unknown color: approx Wild Willow. HEX triplet: B5, C1 and 6B. RGB value is (181,193,107). Sum of RGB (Red+Green+Blue) = 181+193+107=481 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.63% from 481); Green value is 193 (75.78% from 255 or 40.12% from 481); Blue value is 107 (42.19% from 255 or 22.25% from 481); Max value from RGB is 193 - color contains mainly: green. Hex color #B5C16B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5C16B is #4A3E94. Grayscale: #B3B3B3. Windows color (decimal): -4865685 or 7061941. OLE color: 7061941.

HSL color Cylindrical-coordinate representation of color #B5C16B: hue angle of 68.37º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B5C16B is Cyan = 0.06, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.24.

Color convert

RGB181193107-
CMYK0.0600.450.24
HSL68.37º40.95%58.82%-
HSV(B)68.37º44.56%75.69%-
XYZ40.7849.0321.22-
YUV179.6187.02128.99-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.63%
GREEN value IS 193 (75.78% from 255) = 40.12%
BLUE value IS 107 (42.19% from 255) = 22.25%
R=37.63%
G=40.12%
B=22.25%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1811931070.0600.450.2468.3740.9558.82
HexB5C16B602D1844293b
Octal2653011536055301045173
Binary101101011100000111010111100101101110001000100101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5C16B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5C16B; }

 p { color: rgb(181,193,107); }

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

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

 a { background-color: rgb(181,193,107); }

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

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

 span { border-color: rgb(181,193,107); }

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