#B3C333

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

Shades of Fuego #B3C333

Tints of Fuego #B3C333

Color information

#B3C333 (or 0xB3C333) is unknown color: approx Fuego. HEX triplet: B3, C3 and 33. RGB value is (179,195,51). Sum of RGB (Red+Green+Blue) = 179+195+51=425 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.12% from 425); Green value is 195 (76.56% from 255 or 45.88% from 425); Blue value is 51 (20.31% from 255 or 12% from 425); Max value from RGB is 195 - color contains mainly: green. Hex color #B3C333 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B3C333 is #4C3CCC. Grayscale: #AEAEAE. Windows color (decimal): -4996301 or 3392435. OLE color: 3392435.

HSL color Cylindrical-coordinate representation of color #B3C333: hue angle of 66.67º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B3C333 is Cyan = 0.08, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.24.

Color convert

RGB17919551-
CMYK0.0800.740.24
HSL66.67º58.54%48.24%-
HSV(B)66.67º73.85%76.47%-
XYZ38.748.8510.52-
YUV173.858.7131.71-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 42.12%
GREEN value IS 195 (76.56% from 255) = 45.88%
BLUE value IS 51 (20.31% from 255) = 12%
R=42.12%
G=45.88%
B=12%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal179195510.0800.740.2466.6758.5448.24
HexB3C333804A18433b30
Octal26330363100112301037360
Binary1011001111000011110011100001001010110001000011111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3C333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3C333; }

 p { color: rgb(179,195,51); }

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

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

 a { background-color: rgb(179,195,51); }

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

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

 span { border-color: rgb(179,195,51); }

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