#B3C935

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

Shades of Fuego #B3C935

Tints of Fuego #B3C935

Color information

#B3C935 (or 0xB3C935) is unknown color: approx Fuego. HEX triplet: B3, C9 and 35. RGB value is (179,201,53). Sum of RGB (Red+Green+Blue) = 179+201+53=433 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.34% from 433); Green value is 201 (78.91% from 255 or 46.42% from 433); Blue value is 53 (21.09% from 255 or 12.24% from 433); Max value from RGB is 201 - color contains mainly: green. Hex color #B3C935 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B3C935 is #4C36CA. Grayscale: #B2B2B2. Windows color (decimal): -4994763 or 3525043. OLE color: 3525043.

HSL color Cylindrical-coordinate representation of color #B3C935: hue angle of 68.92º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B3C935 is Cyan = 0.11, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.21.

Color convert

RGB17920153-
CMYK0.1100.740.21
HSL68.92º58.27%49.8%-
HSV(B)68.92º73.63%78.82%-
XYZ40.1251.6111.22-
YUV177.5557.71129.03-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 41.34%
GREEN value IS 201 (78.91% from 255) = 46.42%
BLUE value IS 53 (21.09% from 255) = 12.24%
R=41.34%
G=46.42%
B=12.24%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal179201530.1100.740.2168.9258.2749.8
HexB3C935B04A15453a32
Octal26331165130112251057262
Binary1011001111001001110101101101001010101011000101111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3C935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3C935; }

 p { color: rgb(179,201,53); }

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

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

 a { background-color: rgb(179,201,53); }

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

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

 span { border-color: rgb(179,201,53); }

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