#B3D365

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

Shades of Wild Willow #B3D365

Tints of Wild Willow #B3D365

Color information

#B3D365 (or 0xB3D365) is unknown color: approx Wild Willow. HEX triplet: B3, D3 and 65. RGB value is (179,211,101). Sum of RGB (Red+Green+Blue) = 179+211+101=491 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.46% from 491); Green value is 211 (82.81% from 255 or 42.97% from 491); Blue value is 101 (39.84% from 255 or 20.57% from 491); Max value from RGB is 211 - color contains mainly: green. Hex color #B3D365 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3D365 is #4C2C9A. Grayscale: #BDBDBD. Windows color (decimal): -4992155 or 6673331. OLE color: 6673331.

HSL color Cylindrical-coordinate representation of color #B3D365: hue angle of 77.45º 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 #B3D365 is Cyan = 0.15, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.17.

Color convert

RGB179211101-
CMYK0.1500.520.17
HSL77.45º55.56%61.18%-
HSV(B)77.45º52.13%82.75%-
XYZ44.2357.1121-
YUV188.8978.4120.94-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.46%
GREEN value IS 211 (82.81% from 255) = 42.97%
BLUE value IS 101 (39.84% from 255) = 20.57%
R=36.46%
G=42.97%
B=20.57%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1792111010.1500.520.1777.4555.5661.18
HexB3D365F034114d383d
Octal26332314517064211157075
Binary1011001111010011110010111110110100100011001101111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3D365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3D365; }

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

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

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

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

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

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

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

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