#b9c65d

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

Shades of Wild Willow #B9C65D

Tints of Wild Willow #B9C65D

Color information

#B9C65D (or 0xB9C65D) is unknown color: approx Wild Willow. HEX triplet: B9, C6 and 5D. RGB value is (185,198,93). Sum of RGB (Red+Green+Blue) = 185+198+93=476 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.87% from 476); Green value is 198 (77.73% from 255 or 41.60% from 476); Blue value is 93 (36.72% from 255 or 19.54% from 476); Max value from RGB is 198 - color contains mainly: green. Hex color #B9C65D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9C65D is #4639A2. Grayscale: #B6B6B6. Windows color (decimal): -4602275 or 6145721. OLE color: 6145721.

HSL color Cylindrical-coordinate representation of color #B9C65D: hue angle of 67.43º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B9C65D is Cyan = 0.07, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.22.

Color convert

RGB18519893-
CMYK0.0700.530.22
HSL67.43º47.95%57.06%-
HSV(B)67.43º53.03%77.65%-
XYZ42.1851.4918.07-
YUV182.1477.69130.04-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.87%
GREEN value IS 198 (77.73% from 255) = 41.60%
BLUE value IS 93 (36.72% from 255) = 19.54%
R=38.87%
G=41.60%
B=19.54%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal185198930.0700.530.2267.4347.9557.06
HexB9C65D703516433039
Octal2713061357065261036071
Binary101110011100011010111011110110101101101000011110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b9c65d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b9c65d; }

 p { color: rgb(185,198,93); }

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

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

 a { background-color: rgb(185,198,93); }

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

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

 span { border-color: rgb(185,198,93); }

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