#B2C433

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

Shades of Fuego #B2C433

Tints of Fuego #B2C433

Color information

#B2C433 (or 0xB2C433) is unknown color: approx Fuego. HEX triplet: B2, C4 and 33. RGB value is (178,196,51). Sum of RGB (Red+Green+Blue) = 178+196+51=425 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.88% from 425); Green value is 196 (76.95% from 255 or 46.12% from 425); Blue value is 51 (20.31% from 255 or 12% from 425); Max value from RGB is 196 - color contains mainly: green. Hex color #B2C433 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2C433 is #4D3BCC. Grayscale: #AEAEAE. Windows color (decimal): -5061581 or 3392690. OLE color: 3392690.

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

Color convert

RGB17819651-
CMYK0.0900.740.23
HSL67.45º58.7%48.43%-
HSV(B)67.45º73.98%76.86%-
XYZ38.749.1810.59-
YUV174.0958.54130.79-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.88%
GREEN value IS 196 (76.95% from 255) = 46.12%
BLUE value IS 51 (20.31% from 255) = 12%
R=41.88%
G=46.12%
B=12%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal178196510.0900.740.2367.4558.748.43
HexB2C433904A17433b30
Octal26230463110112271037360
Binary1011001011000100110011100101001010101111000011111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2C433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2C433; }

 p { color: rgb(178,196,51); }

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

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

 a { background-color: rgb(178,196,51); }

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

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

 span { border-color: rgb(178,196,51); }

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