#B4C169

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

Shades of Wild Willow #B4C169

Tints of Wild Willow #B4C169

Color information

#B4C169 (or 0xB4C169) is unknown color: approx Wild Willow. HEX triplet: B4, C1 and 69. RGB value is (180,193,105). Sum of RGB (Red+Green+Blue) = 180+193+105=478 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.66% from 478); Green value is 193 (75.78% from 255 or 40.38% from 478); Blue value is 105 (41.41% from 255 or 21.97% from 478); Max value from RGB is 193 - color contains mainly: green. Hex color #B4C169 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4C169 is #4B3E96. Grayscale: #B3B3B3. Windows color (decimal): -4931223 or 6930868. OLE color: 6930868.

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

Color convert

RGB180193105-
CMYK0.0700.460.24
HSL68.86º41.51%58.43%-
HSV(B)68.86º45.6%75.69%-
XYZ40.4448.8620.66-
YUV179.0886.19128.66-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.66%
GREEN value IS 193 (75.78% from 255) = 40.38%
BLUE value IS 105 (41.41% from 255) = 21.97%
R=37.66%
G=40.38%
B=21.97%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1801931050.0700.460.2468.8641.5158.43
HexB4C169702E18452a3a
Octal2643011517056301055272
Binary101101001100000111010011110101110110001000101101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4C169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4C169; }

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

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

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

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

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

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

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

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