#B5C05F

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

Shades of Wild Willow #B5C05F

Tints of Wild Willow #B5C05F

Color information

#B5C05F (or 0xB5C05F) is unknown color: approx Wild Willow. HEX triplet: B5, C0 and 5F. RGB value is (181,192,95). Sum of RGB (Red+Green+Blue) = 181+192+95=468 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.68% from 468); Green value is 192 (75.39% from 255 or 41.03% from 468); Blue value is 95 (37.5% from 255 or 20.30% from 468); Max value from RGB is 192 - color contains mainly: green. Hex color #B5C05F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5C05F is #4A3FA0. Grayscale: #B2B2B2. Windows color (decimal): -4865953 or 6275253. OLE color: 6275253.

HSL color Cylindrical-coordinate representation of color #B5C05F: hue angle of 66.8º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B5C05F is Cyan = 0.06, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.25.

Color convert

RGB18119295-
CMYK0.0600.510.25
HSL66.8º43.5%56.27%-
HSV(B)66.8º50.52%75.29%-
XYZ39.9748.3518.05-
YUV177.6581.36130.39-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.68%
GREEN value IS 192 (75.39% from 255) = 41.03%
BLUE value IS 95 (37.5% from 255) = 20.30%
R=38.68%
G=41.03%
B=20.30%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal181192950.0600.510.2566.843.556.27
HexB5C05F603319432b38
Octal2653001376063311035370
Binary101101011100000010111111100110011110011000011101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5C05F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5C05F; }

 p { color: rgb(181,192,95); }

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

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

 a { background-color: rgb(181,192,95); }

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

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

 span { border-color: rgb(181,192,95); }

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