#B6D76D

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

Shades of Wild Willow #B6D76D

Tints of Wild Willow #B6D76D

Color information

#B6D76D (or 0xB6D76D) is unknown color: approx Wild Willow. HEX triplet: B6, D7 and 6D. RGB value is (182,215,109). Sum of RGB (Red+Green+Blue) = 182+215+109=506 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.97% from 506); Green value is 215 (84.38% from 255 or 42.49% from 506); Blue value is 109 (42.97% from 255 or 21.54% from 506); Max value from RGB is 215 - color contains mainly: green. Hex color #B6D76D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6D76D is #492892. Grayscale: #C1C1C1. Windows color (decimal): -4794515 or 7198646. OLE color: 7198646.

HSL color Cylindrical-coordinate representation of color #B6D76D: hue angle of 78.68º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B6D76D is Cyan = 0.15, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.16.

Color convert

RGB182215109-
CMYK0.1500.490.16
HSL78.68º56.99%63.53%-
HSV(B)78.68º49.3%84.31%-
XYZ46.3559.6523.54-
YUV193.0580.57120.12-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35.97%
GREEN value IS 215 (84.38% from 255) = 42.49%
BLUE value IS 109 (42.97% from 255) = 21.54%
R=35.97%
G=42.49%
B=21.54%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1822151090.1500.490.1678.6856.9963.53
HexB6D76DF031104f3940
Octal266327155170612011771100
Binary10110110110101111101101111101100011000010011111110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6D76D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6D76D; }

 p { color: rgb(182,215,109); }

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

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

 a { background-color: rgb(182,215,109); }

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

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

 span { border-color: rgb(182,215,109); }

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