#B5C967

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

Shades of Wild Willow #B5C967

Tints of Wild Willow #B5C967

Color information

#B5C967 (or 0xB5C967) is unknown color: approx Wild Willow. HEX triplet: B5, C9 and 67. RGB value is (181,201,103). Sum of RGB (Red+Green+Blue) = 181+201+103=485 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.32% from 485); Green value is 201 (78.91% from 255 or 41.44% from 485); Blue value is 103 (40.62% from 255 or 21.24% from 485); Max value from RGB is 201 - color contains mainly: green. Hex color #B5C967 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5C967 is #4A3698. Grayscale: #B8B8B8. Windows color (decimal): -4863641 or 6801845. OLE color: 6801845.

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

Color convert

RGB181201103-
CMYK0.1000.490.21
HSL72.24º47.57%59.61%-
HSV(B)72.24º48.76%78.82%-
XYZ42.3952.5820.75-
YUV183.8582.37125.97-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.32%
GREEN value IS 201 (78.91% from 255) = 41.44%
BLUE value IS 103 (40.62% from 255) = 21.24%
R=37.32%
G=41.44%
B=21.24%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1812011030.1000.490.2172.2447.5759.61
HexB5C967A0311548303c
Octal26531114712061251106074
Binary1011010111001001110011110100110001101011001000110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5C967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5C967; }

 p { color: rgb(181,201,103); }

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

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

 a { background-color: rgb(181,201,103); }

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

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

 span { border-color: rgb(181,201,103); }

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