#B8D16C

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

Shades of Wild Willow #B8D16C

Tints of Wild Willow #B8D16C

Color information

#B8D16C (or 0xB8D16C) is unknown color: approx Wild Willow. HEX triplet: B8, D1 and 6C. RGB value is (184,209,108). Sum of RGB (Red+Green+Blue) = 184+209+108=501 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.73% from 501); Green value is 209 (82.03% from 255 or 41.72% from 501); Blue value is 108 (42.58% from 255 or 21.56% from 501); Max value from RGB is 209 - color contains mainly: green. Hex color #B8D16C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8D16C is #472E93. Grayscale: #BEBEBE. Windows color (decimal): -4664980 or 7131576. OLE color: 7131576.

HSL color Cylindrical-coordinate representation of color #B8D16C: hue angle of 74.85º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B8D16C is Cyan = 0.12, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.18.

Color convert

RGB184209108-
CMYK0.1200.480.18
HSL74.85º52.33%62.16%-
HSV(B)74.85º48.33%81.96%-
XYZ45.2756.8722.78-
YUV190.0181.72123.71-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 36.73%
GREEN value IS 209 (82.03% from 255) = 41.72%
BLUE value IS 108 (42.58% from 255) = 21.56%
R=36.73%
G=41.72%
B=21.56%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1842091080.1200.480.1874.8552.3362.16
HexB8D16CC030124b343e
Octal27032115414060221136476
Binary1011100011010001110110011000110000100101001011110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8D16C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8D16C; }

 p { color: rgb(184,209,108); }

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

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

 a { background-color: rgb(184,209,108); }

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

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

 span { border-color: rgb(184,209,108); }

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