#B4C366

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

Shades of Wild Willow #B4C366

Tints of Wild Willow #B4C366

Color information

#B4C366 (or 0xB4C366) is unknown color: approx Wild Willow. HEX triplet: B4, C3 and 66. RGB value is (180,195,102). Sum of RGB (Red+Green+Blue) = 180+195+102=477 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.74% from 477); Green value is 195 (76.56% from 255 or 40.88% from 477); Blue value is 102 (40.23% from 255 or 21.38% from 477); Max value from RGB is 195 - color contains mainly: green. Hex color #B4C366 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4C366 is #4B3C99. Grayscale: #B4B4B4. Windows color (decimal): -4930714 or 6734772. OLE color: 6734772.

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

Color convert

RGB180195102-
CMYK0.0800.480.24
HSL69.68º43.66%58.24%-
HSV(B)69.68º47.69%76.47%-
XYZ40.7449.6920.02-
YUV179.9184.03128.06-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.74%
GREEN value IS 195 (76.56% from 255) = 40.88%
BLUE value IS 102 (40.23% from 255) = 21.38%
R=37.74%
G=40.88%
B=21.38%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1801951020.0800.480.2469.6843.6658.24
HexB4C366803018462c3a
Octal26430314610060301065472
Binary1011010011000011110011010000110000110001000110101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4C366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4C366; }

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

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

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

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

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

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

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

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