#B3CC5B

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

Shades of Wild Willow #B3CC5B

Tints of Wild Willow #B3CC5B

Color information

#B3CC5B (or 0xB3CC5B) is unknown color: approx Wild Willow. HEX triplet: B3, CC and 5B. RGB value is (179,204,91). Sum of RGB (Red+Green+Blue) = 179+204+91=474 (62% of max value = 765). Red value is 179 (70.31% from 255 or 37.76% from 474); Green value is 204 (80.08% from 255 or 43.04% from 474); Blue value is 91 (35.94% from 255 or 19.20% from 474); Max value from RGB is 204 - color contains mainly: green. Hex color #B3CC5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3CC5B is #4C33A4. Grayscale: #B8B8B8. Windows color (decimal): -4993957 or 6016179. OLE color: 6016179.

HSL color Cylindrical-coordinate representation of color #B3CC5B: hue angle of 73.27º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B3CC5B is Cyan = 0.12, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.2.

Color convert

RGB17920491-
CMYK0.1200.550.2
HSL73.27º52.56%57.84%-
HSV(B)73.27º55.39%80%-
XYZ42.0753.5218.01-
YUV183.6475.72124.69-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 37.76%
GREEN value IS 204 (80.08% from 255) = 43.04%
BLUE value IS 91 (35.94% from 255) = 19.20%
R=37.76%
G=43.04%
B=19.20%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal179204910.1200.550.273.2752.5657.84
HexB3CC5BC0371449353a
Octal26331413314067241116572
Binary1011001111001100101101111000110111101001001001110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3CC5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3CC5B; }

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

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

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

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

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

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

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

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