#b3c55f

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

Shades of Wild Willow #B3C55F

Tints of Wild Willow #B3C55F

Color information

#B3C55F (or 0xB3C55F) is unknown color: approx Wild Willow. HEX triplet: B3, C5 and 5F. RGB value is (179,197,95). Sum of RGB (Red+Green+Blue) = 179+197+95=471 (62% of max value = 765). Red value is 179 (70.31% from 255 or 38.00% from 471); Green value is 197 (77.34% from 255 or 41.83% from 471); Blue value is 95 (37.5% from 255 or 20.17% from 471); Max value from RGB is 197 - color contains mainly: green. Hex color #B3C55F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3C55F is #4C3AA0. Grayscale: #B4B4B4. Windows color (decimal): -4995745 or 6276531. OLE color: 6276531.

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

Color convert

RGB17919795-
CMYK0.0900.520.23
HSL70.59º46.79%57.25%-
HSV(B)70.59º51.78%77.25%-
XYZ40.6250.3418.4-
YUV179.9980.04127.29-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 38.00%
GREEN value IS 197 (77.34% from 255) = 41.83%
BLUE value IS 95 (37.5% from 255) = 20.17%
R=38.00%
G=41.83%
B=20.17%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal179197950.0900.520.2370.5946.7957.25
HexB3C55F903417472f39
Octal26330513711064271075771
Binary1011001111000101101111110010110100101111000111101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b3c55f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b3c55f; }

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

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

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

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

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

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

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

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