#B4C266

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

Shades of Wild Willow #B4C266

Tints of Wild Willow #B4C266

Color information

#B4C266 (or 0xB4C266) is unknown color: approx Wild Willow. HEX triplet: B4, C2 and 66. RGB value is (180,194,102). Sum of RGB (Red+Green+Blue) = 180+194+102=476 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.82% from 476); Green value is 194 (76.17% from 255 or 40.76% from 476); Blue value is 102 (40.23% from 255 or 21.43% from 476); Max value from RGB is 194 - color contains mainly: green. Hex color #B4C266 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4C266 is #4B3D99. Grayscale: #B3B3B3. Windows color (decimal): -4930970 or 6734516. OLE color: 6734516.

HSL color Cylindrical-coordinate representation of color #B4C266: hue angle of 69.13º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B4C266 is Cyan = 0.07, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.24.

Color convert

RGB180194102-
CMYK0.0700.470.24
HSL69.13º42.99%58.04%-
HSV(B)69.13º47.42%76.08%-
XYZ40.5149.2519.94-
YUV179.3384.36128.48-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.82%
GREEN value IS 194 (76.17% from 255) = 40.76%
BLUE value IS 102 (40.23% from 255) = 21.43%
R=37.82%
G=40.76%
B=21.43%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1801941020.0700.470.2469.1342.9958.04
HexB4C266702F18452b3a
Octal2643021467057301055372
Binary101101001100001011001101110101111110001000101101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4C266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4C266; }

 p { color: rgb(180,194,102); }

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

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

 a { background-color: rgb(180,194,102); }

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

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

 span { border-color: rgb(180,194,102); }

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