#B8D326

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

Shades of Fuego #B8D326

Tints of Fuego #B8D326

Color information

#B8D326 (or 0xB8D326) is unknown color: approx Fuego. HEX triplet: B8, D3 and 26. RGB value is (184,211,38). Sum of RGB (Red+Green+Blue) = 184+211+38=433 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.49% from 433); Green value is 211 (82.81% from 255 or 48.73% from 433); Blue value is 38 (15.23% from 255 or 8.78% from 433); Max value from RGB is 211 - color contains mainly: green. Hex color #B8D326 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8D326 is #472CD9. Grayscale: #B7B7B7. Windows color (decimal): -4664538 or 2544568. OLE color: 2544568.

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

Color convert

RGB18421138-
CMYK0.1300.820.17
HSL69.36º69.48%48.82%-
HSV(B)69.36º81.99%82.75%-
XYZ43.4156.9210.53-
YUV183.246.05128.57-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 42.49%
GREEN value IS 211 (82.81% from 255) = 48.73%
BLUE value IS 38 (15.23% from 255) = 8.78%
R=42.49%
G=48.73%
B=8.78%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal184211380.1300.820.1769.3669.4848.82
HexB8D326D05211454531
Octal270323461501222110510561
Binary10111000110100111001101101010100101000110001011000101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8D326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8D326; }

 p { color: rgb(184,211,38); }

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

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

 a { background-color: rgb(184,211,38); }

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

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

 span { border-color: rgb(184,211,38); }

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