#B4C664

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

Shades of Wild Willow #B4C664

Tints of Wild Willow #B4C664

Color information

#B4C664 (or 0xB4C664) is unknown color: approx Wild Willow. HEX triplet: B4, C6 and 64. RGB value is (180,198,100). Sum of RGB (Red+Green+Blue) = 180+198+100=478 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.66% from 478); Green value is 198 (77.73% from 255 or 41.42% from 478); Blue value is 100 (39.45% from 255 or 20.92% from 478); Max value from RGB is 198 - color contains mainly: green. Hex color #B4C664 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4C664 is #4B399B. Grayscale: #B5B5B5. Windows color (decimal): -4929948 or 6604468. OLE color: 6604468.

HSL color Cylindrical-coordinate representation of color #B4C664: hue angle of 71.02º 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 #B4C664 is Cyan = 0.09, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.22.

Color convert

RGB180198100-
CMYK0.0900.490.22
HSL71.02º46.23%58.43%-
HSV(B)71.02º49.49%77.65%-
XYZ41.3251.0119.73-
YUV181.4582.04126.97-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.66%
GREEN value IS 198 (77.73% from 255) = 41.42%
BLUE value IS 100 (39.45% from 255) = 20.92%
R=37.66%
G=41.42%
B=20.92%

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
Decimal1801981000.0900.490.2271.0246.2358.43
HexB4C664903116472e3a
Octal26430614411061261075672
Binary1011010011000110110010010010110001101101000111101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4C664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4C664; }

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

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

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

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

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

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

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

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