#B4C364

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

Shades of Wild Willow #B4C364

Tints of Wild Willow #B4C364

Color information

#B4C364 (or 0xB4C364) is unknown color: approx Wild Willow. HEX triplet: B4, C3 and 64. RGB value is (180,195,100). Sum of RGB (Red+Green+Blue) = 180+195+100=475 (62% of max value = 765). Red value is 180 (70.70% from 255 or 37.89% from 475); Green value is 195 (76.56% from 255 or 41.05% from 475); Blue value is 100 (39.45% from 255 or 21.05% from 475); Max value from RGB is 195 - color contains mainly: green. Hex color #B4C364 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4C364 is #4B3C9B. Grayscale: #B4B4B4. Windows color (decimal): -4930716 or 6603700. OLE color: 6603700.

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

Color convert

RGB180195100-
CMYK0.0800.490.24
HSL69.47º44.19%57.84%-
HSV(B)69.47º48.72%76.47%-
XYZ40.6449.6519.5-
YUV179.6883.03128.22-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.89%
GREEN value IS 195 (76.56% from 255) = 41.05%
BLUE value IS 100 (39.45% from 255) = 21.05%
R=37.89%
G=41.05%
B=21.05%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1801951000.0800.490.2469.4744.1957.84
HexB4C364803118452c3a
Octal26430314410061301055472
Binary1011010011000011110010010000110001110001000101101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4C364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4C364; }

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

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

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

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

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

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

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

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