#b4d731

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

Shades of Fuego #B4D731

Tints of Fuego #B4D731

Color information

#B4D731 (or 0xB4D731) is unknown color: approx Fuego. HEX triplet: B4, D7 and 31. RGB value is (180,215,49). Sum of RGB (Red+Green+Blue) = 180+215+49=444 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.54% from 444); Green value is 215 (84.38% from 255 or 48.42% from 444); Blue value is 49 (19.53% from 255 or 11.04% from 444); Max value from RGB is 215 - color contains mainly: green. Hex color #B4D731 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4D731 is #4B28CE. Grayscale: #BABABA. Windows color (decimal): -4925647 or 3266484. OLE color: 3266484.

HSL color Cylindrical-coordinate representation of color #B4D731: hue angle of 72.65º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B4D731 is Cyan = 0.16, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.16.

Color convert

RGB18021549-
CMYK0.1600.770.16
HSL72.65º67.48%51.76%-
HSV(B)72.65º77.21%84.31%-
XYZ43.6858.5311.9-
YUV185.6150.9124-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.54%
GREEN value IS 215 (84.38% from 255) = 48.42%
BLUE value IS 49 (19.53% from 255) = 11.04%
R=40.54%
G=48.42%
B=11.04%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal180215490.1600.770.1672.6567.4851.76
HexB4D7311004D10494334
Octal264327612001152011110364
Binary101101001101011111000110000010011011000010010011000011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b4d731

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b4d731; }

 p { color: rgb(180,215,49); }

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

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

 a { background-color: rgb(180,215,49); }

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

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

 span { border-color: rgb(180,215,49); }

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