#B8D365

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

Shades of Wild Willow #B8D365

Tints of Wild Willow #B8D365

Color information

#B8D365 (or 0xB8D365) is unknown color: approx Wild Willow. HEX triplet: B8, D3 and 65. RGB value is (184,211,101). Sum of RGB (Red+Green+Blue) = 184+211+101=496 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.10% from 496); Green value is 211 (82.81% from 255 or 42.54% from 496); Blue value is 101 (39.84% from 255 or 20.36% from 496); Max value from RGB is 211 - color contains mainly: green. Hex color #B8D365 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8D365 is #472C9A. Grayscale: #BEBEBE. Windows color (decimal): -4664475 or 6673336. OLE color: 6673336.

HSL color Cylindrical-coordinate representation of color #B8D365: hue angle of 74.73º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B8D365 is Cyan = 0.13, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.17.

Color convert

RGB184211101-
CMYK0.1300.520.17
HSL74.73º55.56%61.18%-
HSV(B)74.73º52.13%82.75%-
XYZ45.4157.7221.06-
YUV190.3977.55123.44-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 37.10%
GREEN value IS 211 (82.81% from 255) = 42.54%
BLUE value IS 101 (39.84% from 255) = 20.36%
R=37.10%
G=42.54%
B=20.36%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1842111010.1300.520.1774.7355.5661.18
HexB8D365D034114b383d
Octal27032314515064211137075
Binary1011100011010011110010111010110100100011001011111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8D365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8D365; }

 p { color: rgb(184,211,101); }

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

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

 a { background-color: rgb(184,211,101); }

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

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

 span { border-color: rgb(184,211,101); }

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