#B5C664

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

Shades of Wild Willow #B5C664

Tints of Wild Willow #B5C664

Color information

#B5C664 (or 0xB5C664) is unknown color: approx Wild Willow. HEX triplet: B5, C6 and 64. RGB value is (181,198,100). Sum of RGB (Red+Green+Blue) = 181+198+100=479 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.79% from 479); Green value is 198 (77.73% from 255 or 41.34% from 479); Blue value is 100 (39.45% from 255 or 20.88% from 479); Max value from RGB is 198 - color contains mainly: green. Hex color #B5C664 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5C664 is #4A399B. Grayscale: #B6B6B6. Windows color (decimal): -4864412 or 6604469. OLE color: 6604469.

HSL color Cylindrical-coordinate representation of color #B5C664: hue angle of 70.41º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B5C664 is Cyan = 0.09, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.22.

Color convert

RGB181198100-
CMYK0.0900.490.22
HSL70.41º46.23%58.43%-
HSV(B)70.41º49.49%77.65%-
XYZ41.5551.1319.74-
YUV181.7481.87127.47-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.79%
GREEN value IS 198 (77.73% from 255) = 41.34%
BLUE value IS 100 (39.45% from 255) = 20.88%
R=37.79%
G=41.34%
B=20.88%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1811981000.0900.490.2270.4146.2358.43
HexB5C664903116462e3a
Octal26530614411061261065672
Binary1011010111000110110010010010110001101101000110101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5C664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5C664; }

 p { color: rgb(181,198,100); }

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

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

 a { background-color: rgb(181,198,100); }

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

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

 span { border-color: rgb(181,198,100); }

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