#B3C069

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

Shades of Wild Willow #B3C069

Tints of Wild Willow #B3C069

Color information

#B3C069 (or 0xB3C069) is unknown color: approx Wild Willow. HEX triplet: B3, C0 and 69. RGB value is (179,192,105). Sum of RGB (Red+Green+Blue) = 179+192+105=476 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.61% from 476); Green value is 192 (75.39% from 255 or 40.34% from 476); Blue value is 105 (41.41% from 255 or 22.06% from 476); Max value from RGB is 192 - color contains mainly: green. Hex color #B3C069 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3C069 is #4C3F96. Grayscale: #B2B2B2. Windows color (decimal): -4997015 or 6930611. OLE color: 6930611.

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

Color convert

RGB179192105-
CMYK0.0700.450.25
HSL68.97º40.85%58.24%-
HSV(B)68.97º45.31%75.29%-
XYZ39.9948.320.58-
YUV178.286.69128.57-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 37.61%
GREEN value IS 192 (75.39% from 255) = 40.34%
BLUE value IS 105 (41.41% from 255) = 22.06%
R=37.61%
G=40.34%
B=22.06%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1791921050.0700.450.2568.9740.8558.24
HexB3C069702D1945293a
Octal2633001517055311055172
Binary101100111100000011010011110101101110011000101101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3C069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3C069; }

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

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

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

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

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

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

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

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