#B4C15F

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

Shades of Wild Willow #B4C15F

Tints of Wild Willow #B4C15F

Color information

#B4C15F (or 0xB4C15F) is unknown color: approx Wild Willow. HEX triplet: B4, C1 and 5F. RGB value is (180,193,95). Sum of RGB (Red+Green+Blue) = 180+193+95=468 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.46% from 468); Green value is 193 (75.78% from 255 or 41.24% from 468); Blue value is 95 (37.5% from 255 or 20.30% from 468); Max value from RGB is 193 - color contains mainly: green. Hex color #B4C15F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4C15F is #4B3EA0. Grayscale: #B2B2B2. Windows color (decimal): -4931233 or 6275508. OLE color: 6275508.

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

Color convert

RGB18019395-
CMYK0.0700.510.24
HSL67.96º44.14%56.47%-
HSV(B)67.96º50.78%75.69%-
XYZ39.9648.6718.11-
YUV177.9481.19129.47-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.46%
GREEN value IS 193 (75.78% from 255) = 41.24%
BLUE value IS 95 (37.5% from 255) = 20.30%
R=38.46%
G=41.24%
B=20.30%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal180193950.0700.510.2467.9644.1456.47
HexB4C15F703318442c38
Octal2643011377063301045470
Binary101101001100000110111111110110011110001000100101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4C15F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4C15F; }

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

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

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

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

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

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

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

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