#B5C466

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

Shades of Wild Willow #B5C466

Tints of Wild Willow #B5C466

Color information

#B5C466 (or 0xB5C466) is unknown color: approx Wild Willow. HEX triplet: B5, C4 and 66. RGB value is (181,196,102). Sum of RGB (Red+Green+Blue) = 181+196+102=479 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.79% from 479); Green value is 196 (76.95% from 255 or 40.92% from 479); Blue value is 102 (40.23% from 255 or 21.29% from 479); Max value from RGB is 196 - color contains mainly: green. Hex color #B5C466 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5C466 is #4A3B99. Grayscale: #B5B5B5. Windows color (decimal): -4864922 or 6735029. OLE color: 6735029.

HSL color Cylindrical-coordinate representation of color #B5C466: hue angle of 69.57º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B5C466 is Cyan = 0.08, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.23.

Color convert

RGB181196102-
CMYK0.0800.480.23
HSL69.57º44.34%58.43%-
HSV(B)69.57º47.96%76.86%-
XYZ41.1950.2620.1-
YUV180.883.53128.14-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.79%
GREEN value IS 196 (76.95% from 255) = 40.92%
BLUE value IS 102 (40.23% from 255) = 21.29%
R=37.79%
G=40.92%
B=21.29%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1811961020.0800.480.2369.5744.3458.43
HexB5C466803017462c3a
Octal26530414610060271065472
Binary1011010111000100110011010000110000101111000110101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5C466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5C466; }

 p { color: rgb(181,196,102); }

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

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

 a { background-color: rgb(181,196,102); }

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

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

 span { border-color: rgb(181,196,102); }

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