#B3C268

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

Shades of Wild Willow #B3C268

Tints of Wild Willow #B3C268

Color information

#B3C268 (or 0xB3C268) is unknown color: approx Wild Willow. HEX triplet: B3, C2 and 68. RGB value is (179,194,104). Sum of RGB (Red+Green+Blue) = 179+194+104=477 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.53% from 477); Green value is 194 (76.17% from 255 or 40.67% from 477); Blue value is 104 (41.02% from 255 or 21.80% from 477); Max value from RGB is 194 - color contains mainly: green. Hex color #B3C268 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3C268 is #4C3D97. Grayscale: #B3B3B3. Windows color (decimal): -4996504 or 6865587. OLE color: 6865587.

HSL color Cylindrical-coordinate representation of color #B3C268: hue angle of 70º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B3C268 is Cyan = 0.08, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.24.

Color convert

RGB179194104-
CMYK0.0800.460.24
HSL70º42.45%58.43%-
HSV(B)70º46.39%76.08%-
XYZ40.3849.1720.46-
YUV179.2685.53127.82-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 37.53%
GREEN value IS 194 (76.17% from 255) = 40.67%
BLUE value IS 104 (41.02% from 255) = 21.80%
R=37.53%
G=40.67%
B=21.80%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1791941040.0800.460.247042.4558.43
HexB3C268802E18462a3a
Octal26330215010056301065272
Binary1011001111000010110100010000101110110001000110101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3C268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3C268; }

 p { color: rgb(179,194,104); }

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

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

 a { background-color: rgb(179,194,104); }

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

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

 span { border-color: rgb(179,194,104); }

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