#B9C265

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

Shades of Wild Willow #B9C265

Tints of Wild Willow #B9C265

Color information

#B9C265 (or 0xB9C265) is unknown color: approx Wild Willow. HEX triplet: B9, C2 and 65. RGB value is (185,194,101). Sum of RGB (Red+Green+Blue) = 185+194+101=480 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.54% from 480); Green value is 194 (76.17% from 255 or 40.42% from 480); Blue value is 101 (39.84% from 255 or 21.04% from 480); Max value from RGB is 194 - color contains mainly: green. Hex color #B9C265 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9C265 is #463D9A. Grayscale: #B5B5B5. Windows color (decimal): -4603291 or 6668985. OLE color: 6668985.

HSL color Cylindrical-coordinate representation of color #B9C265: hue angle of 65.81º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B9C265 is Cyan = 0.05, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.24.

Color convert

RGB185194101-
CMYK0.0500.480.24
HSL65.81º43.26%57.84%-
HSV(B)65.81º47.94%76.08%-
XYZ41.6549.8419.74-
YUV180.7183.02131.06-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.54%
GREEN value IS 194 (76.17% from 255) = 40.42%
BLUE value IS 101 (39.84% from 255) = 21.04%
R=38.54%
G=40.42%
B=21.04%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1851941010.0500.480.2465.8143.2657.84
HexB9C265503018422b3a
Octal2713021455060301025372
Binary101110011100001011001011010110000110001000010101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9C265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9C265; }

 p { color: rgb(185,194,101); }

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

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

 a { background-color: rgb(185,194,101); }

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

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

 span { border-color: rgb(185,194,101); }

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