#B3C55B

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

Shades of Wild Willow #B3C55B

Tints of Wild Willow #B3C55B

Color information

#B3C55B (or 0xB3C55B) is unknown color: approx Wild Willow. HEX triplet: B3, C5 and 5B. RGB value is (179,197,91). Sum of RGB (Red+Green+Blue) = 179+197+91=467 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.33% from 467); Green value is 197 (77.34% from 255 or 42.18% from 467); Blue value is 91 (35.94% from 255 or 19.49% from 467); Max value from RGB is 197 - color contains mainly: green. Hex color #B3C55B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3C55B is #4C3AA4. Grayscale: #B3B3B3. Windows color (decimal): -4995749 or 6014387. OLE color: 6014387.

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

Color convert

RGB17919791-
CMYK0.0900.540.23
HSL70.19º47.75%56.47%-
HSV(B)70.19º53.81%77.25%-
XYZ40.4450.2717.47-
YUV179.5378.04127.62-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 38.33%
GREEN value IS 197 (77.34% from 255) = 42.18%
BLUE value IS 91 (35.94% from 255) = 19.49%
R=38.33%
G=42.18%
B=19.49%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal179197910.0900.540.2370.1947.7556.47
HexB3C55B903617463038
Octal26330513311066271066070
Binary1011001111000101101101110010110110101111000110110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3C55B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3C55B; }

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

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

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

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

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

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

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

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