#B4C46B

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

Shades of Wild Willow #B4C46B

Tints of Wild Willow #B4C46B

Color information

#B4C46B (or 0xB4C46B) is unknown color: approx Wild Willow. HEX triplet: B4, C4 and 6B. RGB value is (180,196,107). Sum of RGB (Red+Green+Blue) = 180+196+107=483 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.27% from 483); Green value is 196 (76.95% from 255 or 40.58% from 483); Blue value is 107 (42.19% from 255 or 22.15% from 483); Max value from RGB is 196 - color contains mainly: green. Hex color #B4C46B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4C46B is #4B3B94. Grayscale: #B5B5B5. Windows color (decimal): -4930453 or 7062708. OLE color: 7062708.

HSL color Cylindrical-coordinate representation of color #B4C46B: hue angle of 70.79º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B4C46B is Cyan = 0.08, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.23.

Color convert

RGB180196107-
CMYK0.0800.450.23
HSL70.79º43%59.41%-
HSV(B)70.79º45.41%76.86%-
XYZ41.2250.2421.44-
YUV181.0786.2127.24-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.27%
GREEN value IS 196 (76.95% from 255) = 40.58%
BLUE value IS 107 (42.19% from 255) = 22.15%
R=37.27%
G=40.58%
B=22.15%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1801961070.0800.450.2370.794359.41
HexB4C46B802D17472b3b
Octal26430415310055271075373
Binary1011010011000100110101110000101101101111000111101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4C46B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4C46B; }

 p { color: rgb(180,196,107); }

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

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

 a { background-color: rgb(180,196,107); }

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

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

 span { border-color: rgb(180,196,107); }

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