#B4C95F

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

Shades of Wild Willow #B4C95F

Tints of Wild Willow #B4C95F

Color information

#B4C95F (or 0xB4C95F) is unknown color: approx Wild Willow. HEX triplet: B4, C9 and 5F. RGB value is (180,201,95). Sum of RGB (Red+Green+Blue) = 180+201+95=476 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.82% from 476); Green value is 201 (78.91% from 255 or 42.23% from 476); Blue value is 95 (37.5% from 255 or 19.96% from 476); Max value from RGB is 201 - color contains mainly: green. Hex color #B4C95F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4C95F is #4B36A0. Grayscale: #B7B7B7. Windows color (decimal): -4929185 or 6277556. OLE color: 6277556.

HSL color Cylindrical-coordinate representation of color #B4C95F: hue angle of 71.89º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B4C95F is Cyan = 0.10, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.21.

Color convert

RGB18020195-
CMYK0.1000.530.21
HSL71.89º49.53%58.04%-
HSV(B)71.89º52.74%78.82%-
XYZ41.7752.318.72-
YUV182.6478.54126.12-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.82%
GREEN value IS 201 (78.91% from 255) = 42.23%
BLUE value IS 95 (37.5% from 255) = 19.96%
R=37.82%
G=42.23%
B=19.96%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal180201950.1000.530.2171.8949.5358.04
HexB4C95FA0351548323a
Octal26431113712065251106272
Binary1011010011001001101111110100110101101011001000110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4C95F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4C95F; }

 p { color: rgb(180,201,95); }

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

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

 a { background-color: rgb(180,201,95); }

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

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

 span { border-color: rgb(180,201,95); }

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