#B8D431

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

Shades of Fuego #B8D431

Tints of Fuego #B8D431

Color information

#B8D431 (or 0xB8D431) is unknown color: approx Fuego. HEX triplet: B8, D4 and 31. RGB value is (184,212,49). Sum of RGB (Red+Green+Blue) = 184+212+49=445 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.35% from 445); Green value is 212 (83.20% from 255 or 47.64% from 445); Blue value is 49 (19.53% from 255 or 11.01% from 445); Max value from RGB is 212 - color contains mainly: green. Hex color #B8D431 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8D431 is #472BCE. Grayscale: #B9B9B9. Windows color (decimal): -4664271 or 3265720. OLE color: 3265720.

HSL color Cylindrical-coordinate representation of color #B8D431: hue angle of 70.31º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B8D431 is Cyan = 0.13, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.17.

Color convert

RGB18421249-
CMYK0.1300.770.17
HSL70.31º65.46%51.18%-
HSV(B)70.31º76.89%83.14%-
XYZ43.8757.511.69-
YUV185.0551.22127.25-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 41.35%
GREEN value IS 212 (83.20% from 255) = 47.64%
BLUE value IS 49 (19.53% from 255) = 11.01%
R=41.35%
G=47.64%
B=11.01%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal184212490.1300.770.1770.3165.4651.18
HexB8D431D04D11464133
Octal270324611501152110610163
Binary10111000110101001100011101010011011000110001101000001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8D431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8D431; }

 p { color: rgb(184,212,49); }

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

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

 a { background-color: rgb(184,212,49); }

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

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

 span { border-color: rgb(184,212,49); }

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