#B3C06D

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

Shades of Wild Willow #B3C06D

Tints of Wild Willow #B3C06D

Color information

#B3C06D (or 0xB3C06D) is unknown color: approx Wild Willow. HEX triplet: B3, C0 and 6D. RGB value is (179,192,109). Sum of RGB (Red+Green+Blue) = 179+192+109=480 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.29% from 480); Green value is 192 (75.39% from 255 or 40% from 480); Blue value is 109 (42.97% from 255 or 22.71% from 480); Max value from RGB is 192 - color contains mainly: green. Hex color #B3C06D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3C06D is #4C3F92. Grayscale: #B2B2B2. Windows color (decimal): -4997011 or 7192755. OLE color: 7192755.

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

Color convert

RGB179192109-
CMYK0.0700.430.25
HSL69.4º39.71%59.02%-
HSV(B)69.4º43.23%75.29%-
XYZ40.248.3921.69-
YUV178.6588.69128.25-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 37.29%
GREEN value IS 192 (75.39% from 255) = 40%
BLUE value IS 109 (42.97% from 255) = 22.71%
R=37.29%
G=40%
B=22.71%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1791921090.0700.430.2569.439.7159.02
HexB3C06D702B1945283b
Octal2633001557053311055073
Binary101100111100000011011011110101011110011000101101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3C06D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3C06D; }

 p { color: rgb(179,192,109); }

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

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

 a { background-color: rgb(179,192,109); }

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

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

 span { border-color: rgb(179,192,109); }

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