#B4C669

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

Shades of Wild Willow #B4C669

Tints of Wild Willow #B4C669

Color information

#B4C669 (or 0xB4C669) is unknown color: approx Wild Willow. HEX triplet: B4, C6 and 69. RGB value is (180,198,105). Sum of RGB (Red+Green+Blue) = 180+198+105=483 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.27% from 483); Green value is 198 (77.73% from 255 or 40.99% from 483); Blue value is 105 (41.41% from 255 or 21.74% from 483); Max value from RGB is 198 - color contains mainly: green. Hex color #B4C669 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4C669 is #4B3996. Grayscale: #B6B6B6. Windows color (decimal): -4929943 or 6932148. OLE color: 6932148.

HSL color Cylindrical-coordinate representation of color #B4C669: hue angle of 71.61º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B4C669 is Cyan = 0.09, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.22.

Color convert

RGB180198105-
CMYK0.0900.470.22
HSL71.61º44.93%59.41%-
HSV(B)71.61º46.97%77.65%-
XYZ41.5751.1121.04-
YUV182.0284.54126.56-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.27%
GREEN value IS 198 (77.73% from 255) = 40.99%
BLUE value IS 105 (41.41% from 255) = 21.74%
R=37.27%
G=40.99%
B=21.74%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1801981050.0900.470.2271.6144.9359.41
HexB4C669902F16482d3b
Octal26430615111057261105573
Binary1011010011000110110100110010101111101101001000101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4C669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4C669; }

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

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

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

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

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

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

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

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