#B3D13A

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

Shades of Fuego #B3D13A

Tints of Fuego #B3D13A

Color information

#B3D13A (or 0xB3D13A) is unknown color: approx Fuego. HEX triplet: B3, D1 and 3A. RGB value is (179,209,58). Sum of RGB (Red+Green+Blue) = 179+209+58=446 (59% of max value = 765). Red value is 179 (70.31% from 255 or 40.13% from 446); Green value is 209 (82.03% from 255 or 46.86% from 446); Blue value is 58 (23.05% from 255 or 13.00% from 446); Max value from RGB is 209 - color contains mainly: green. Hex color #B3D13A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B3D13A is #4C2EC5. Grayscale: #B7B7B7. Windows color (decimal): -4992710 or 3854771. OLE color: 3854771.

HSL color Cylindrical-coordinate representation of color #B3D13A: hue angle of 71.92º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B3D13A is Cyan = 0.14, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.18.

Color convert

RGB17920958-
CMYK0.1400.720.18
HSL71.92º62.14%52.35%-
HSV(B)71.92º72.25%81.96%-
XYZ42.1555.4912.49-
YUV182.8257.56125.28-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.13%
GREEN value IS 209 (82.03% from 255) = 46.86%
BLUE value IS 58 (23.05% from 255) = 13.00%
R=40.13%
G=46.86%
B=13.00%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal179209580.1400.720.1871.9262.1452.35
HexB3D13AE04812483e34
Octal26332172160110221107664
Binary1011001111010001111010111001001000100101001000111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3D13A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3D13A; }

 p { color: rgb(179,209,58); }

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

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

 a { background-color: rgb(179,209,58); }

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

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

 span { border-color: rgb(179,209,58); }

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