#B5C465

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

Shades of Wild Willow #B5C465

Tints of Wild Willow #B5C465

Color information

#B5C465 (or 0xB5C465) is unknown color: approx Wild Willow. HEX triplet: B5, C4 and 65. RGB value is (181,196,101). Sum of RGB (Red+Green+Blue) = 181+196+101=478 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.87% from 478); Green value is 196 (76.95% from 255 or 41.00% from 478); Blue value is 101 (39.84% from 255 or 21.13% from 478); Max value from RGB is 196 - color contains mainly: green. Hex color #B5C465 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5C465 is #4A3B9A. Grayscale: #B5B5B5. Windows color (decimal): -4864923 or 6669493. OLE color: 6669493.

HSL color Cylindrical-coordinate representation of color #B5C465: hue angle of 69.47º degrees, saturation: 0.45, 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 #B5C465 is Cyan = 0.08, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.23.

Color convert

RGB181196101-
CMYK0.0800.480.23
HSL69.47º44.6%58.24%-
HSV(B)69.47º48.47%76.86%-
XYZ41.1450.2419.84-
YUV180.6883.03128.22-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.87%
GREEN value IS 196 (76.95% from 255) = 41.00%
BLUE value IS 101 (39.84% from 255) = 21.13%
R=37.87%
G=41.00%
B=21.13%

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
Decimal1811961010.0800.480.2369.4744.658.24
HexB5C465803017452d3a
Octal26530414510060271055572
Binary1011010111000100110010110000110000101111000101101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5C465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5C465; }

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

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

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

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

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

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

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

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