#B8C232

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

Shades of Fuego #B8C232

Tints of Fuego #B8C232

Color information

#B8C232 (or 0xB8C232) is unknown color: approx Fuego. HEX triplet: B8, C2 and 32. RGB value is (184,194,50). Sum of RGB (Red+Green+Blue) = 184+194+50=428 (56% of max value = 765). Red value is 184 (72.27% from 255 or 42.99% from 428); Green value is 194 (76.17% from 255 or 45.33% from 428); Blue value is 50 (19.92% from 255 or 11.68% from 428); Max value from RGB is 194 - color contains mainly: green. Hex color #B8C232 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8C232 is #473DCD. Grayscale: #AFAFAF. Windows color (decimal): -4668878 or 3326648. OLE color: 3326648.

HSL color Cylindrical-coordinate representation of color #B8C232: hue angle of 64.17º 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 #B8C232 is Cyan = 0.05, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.24.

Color convert

RGB18419450-
CMYK0.0500.740.24
HSL64.17º59.02%47.84%-
HSV(B)64.17º74.23%76.08%-
XYZ39.634910.39-
YUV174.5957.69134.71-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 42.99%
GREEN value IS 194 (76.17% from 255) = 45.33%
BLUE value IS 50 (19.92% from 255) = 11.68%
R=42.99%
G=45.33%
B=11.68%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal184194500.0500.740.2464.1759.0247.84
HexB8C232504A18403b30
Octal2703026250112301007360
Binary101110001100001011001010101001010110001000000111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8C232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8C232; }

 p { color: rgb(184,194,50); }

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

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

 a { background-color: rgb(184,194,50); }

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

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

 span { border-color: rgb(184,194,50); }

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