#B2C169

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

Shades of Wild Willow #B2C169

Tints of Wild Willow #B2C169

Color information

#B2C169 (or 0xB2C169) is unknown color: approx Wild Willow. HEX triplet: B2, C1 and 69. RGB value is (178,193,105). Sum of RGB (Red+Green+Blue) = 178+193+105=476 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.39% from 476); Green value is 193 (75.78% from 255 or 40.55% from 476); Blue value is 105 (41.41% from 255 or 22.06% from 476); Max value from RGB is 193 - color contains mainly: green. Hex color #B2C169 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2C169 is #4D3E96. Grayscale: #B2B2B2. Windows color (decimal): -5062295 or 6930866. OLE color: 6930866.

HSL color Cylindrical-coordinate representation of color #B2C169: hue angle of 70.23º 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 #B2C169 is Cyan = 0.08, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.24.

Color convert

RGB178193105-
CMYK0.0800.460.24
HSL70.23º41.51%58.43%-
HSV(B)70.23º45.6%75.69%-
XYZ39.9848.6220.64-
YUV178.4886.53127.66-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 37.39%
GREEN value IS 193 (75.78% from 255) = 40.55%
BLUE value IS 105 (41.41% from 255) = 22.06%
R=37.39%
G=40.55%
B=22.06%

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
Decimal1781931050.0800.460.2470.2341.5158.43
HexB2C169802E18462a3a
Octal26230115110056301065272
Binary1011001011000001110100110000101110110001000110101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2C169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2C169; }

 p { color: rgb(178,193,105); }

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

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

 a { background-color: rgb(178,193,105); }

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

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

 span { border-color: rgb(178,193,105); }

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