#B4D730

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

Shades of Fuego #B4D730

Tints of Fuego #B4D730

Color information

#B4D730 (or 0xB4D730) is unknown color: approx Fuego. HEX triplet: B4, D7 and 30. RGB value is (180,215,48). Sum of RGB (Red+Green+Blue) = 180+215+48=443 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.63% from 443); Green value is 215 (84.38% from 255 or 48.53% from 443); Blue value is 48 (19.14% from 255 or 10.84% from 443); Max value from RGB is 215 - color contains mainly: green. Hex color #B4D730 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4D730 is #4B28CF. Grayscale: #BABABA. Windows color (decimal): -4925648 or 3200948. OLE color: 3200948.

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

Color convert

RGB18021548-
CMYK0.1600.780.16
HSL72.57º67.61%51.57%-
HSV(B)72.57º77.67%84.31%-
XYZ43.6658.5211.79-
YUV185.550.4124.08-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.63%
GREEN value IS 215 (84.38% from 255) = 48.53%
BLUE value IS 48 (19.14% from 255) = 10.84%
R=40.63%
G=48.53%
B=10.84%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal180215480.1600.780.1672.5767.6151.57
HexB4D7301004E10494434
Octal264327602001162011110464
Binary101101001101011111000010000010011101000010010011000100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4D730

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4D730; }

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

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

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

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

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

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

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

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