#B6C465

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

Shades of Wild Willow #B6C465

Tints of Wild Willow #B6C465

Color information

#B6C465 (or 0xB6C465) is unknown color: approx Wild Willow. HEX triplet: B6, C4 and 65. RGB value is (182,196,101). Sum of RGB (Red+Green+Blue) = 182+196+101=479 (63% of max value = 765). Red value is 182 (71.48% from 255 or 38.00% from 479); Green value is 196 (76.95% from 255 or 40.92% from 479); Blue value is 101 (39.84% from 255 or 21.09% from 479); Max value from RGB is 196 - color contains mainly: green. Hex color #B6C465 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6C465 is #493B9A. Grayscale: #B5B5B5. Windows color (decimal): -4799387 or 6669494. OLE color: 6669494.

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

Color convert

RGB182196101-
CMYK0.0700.480.23
HSL68.84º44.6%58.24%-
HSV(B)68.84º48.47%76.86%-
XYZ41.3850.3619.85-
YUV180.9882.86128.72-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.00%
GREEN value IS 196 (76.95% from 255) = 40.92%
BLUE value IS 101 (39.84% from 255) = 21.09%
R=38.00%
G=40.92%
B=21.09%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1821961010.0700.480.2368.8444.658.24
HexB6C465703017452d3a
Octal2663041457060271055572
Binary101101101100010011001011110110000101111000101101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6C465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6C465; }

 p { color: rgb(182,196,101); }

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

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

 a { background-color: rgb(182,196,101); }

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

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

 span { border-color: rgb(182,196,101); }

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