#B5C65D

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

Shades of Wild Willow #B5C65D

Tints of Wild Willow #B5C65D

Color information

#B5C65D (or 0xB5C65D) is unknown color: approx Wild Willow. HEX triplet: B5, C6 and 5D. RGB value is (181,198,93). Sum of RGB (Red+Green+Blue) = 181+198+93=472 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.35% from 472); Green value is 198 (77.73% from 255 or 41.95% from 472); Blue value is 93 (36.72% from 255 or 19.70% from 472); Max value from RGB is 198 - color contains mainly: green. Hex color #B5C65D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5C65D is #4A39A2. Grayscale: #B5B5B5. Windows color (decimal): -4864419 or 6145717. OLE color: 6145717.

HSL color Cylindrical-coordinate representation of color #B5C65D: hue angle of 69.71º 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 #B5C65D is Cyan = 0.09, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.22.

Color convert

RGB18119893-
CMYK0.0900.530.22
HSL69.71º47.95%57.06%-
HSV(B)69.71º53.03%77.65%-
XYZ41.235118.03-
YUV180.9578.37128.04-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.35%
GREEN value IS 198 (77.73% from 255) = 41.95%
BLUE value IS 93 (36.72% from 255) = 19.70%
R=38.35%
G=41.95%
B=19.70%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal181198930.0900.530.2269.7147.9557.06
HexB5C65D903516463039
Octal26530613511065261066071
Binary1011010111000110101110110010110101101101000110110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5C65D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5C65D; }

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

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

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

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

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

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

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

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