#B3C65F

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

Shades of Wild Willow #B3C65F

Tints of Wild Willow #B3C65F

Color information

#B3C65F (or 0xB3C65F) is unknown color: approx Wild Willow. HEX triplet: B3, C6 and 5F. RGB value is (179,198,95). Sum of RGB (Red+Green+Blue) = 179+198+95=472 (62% of max value = 765). Red value is 179 (70.31% from 255 or 37.92% from 472); Green value is 198 (77.73% from 255 or 41.95% from 472); Blue value is 95 (37.5% from 255 or 20.13% from 472); Max value from RGB is 198 - color contains mainly: green. Hex color #B3C65F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3C65F is #4C39A0. Grayscale: #B4B4B4. Windows color (decimal): -4995489 or 6276787. OLE color: 6276787.

HSL color Cylindrical-coordinate representation of color #B3C65F: hue angle of 71.07º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B3C65F is Cyan = 0.10, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.22.

Color convert

RGB17919895-
CMYK0.1000.520.22
HSL71.07º47.47%57.45%-
HSV(B)71.07º52.02%77.65%-
XYZ40.8550.818.48-
YUV180.5879.71126.88-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 37.92%
GREEN value IS 198 (77.73% from 255) = 41.95%
BLUE value IS 95 (37.5% from 255) = 20.13%
R=37.92%
G=41.95%
B=20.13%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal179198950.1000.520.2271.0747.4757.45
HexB3C65FA03416472f39
Octal26330613712064261075771
Binary1011001111000110101111110100110100101101000111101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3C65F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3C65F; }

 p { color: rgb(179,198,95); }

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

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

 a { background-color: rgb(179,198,95); }

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

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

 span { border-color: rgb(179,198,95); }

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