#B1D034

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

Shades of Fuego #B1D034

Tints of Fuego #B1D034

Color information

#B1D034 (or 0xB1D034) is unknown color: approx Fuego. HEX triplet: B1, D0 and 34. RGB value is (177,208,52). Sum of RGB (Red+Green+Blue) = 177+208+52=437 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.50% from 437); Green value is 208 (81.64% from 255 or 47.60% from 437); Blue value is 52 (20.70% from 255 or 11.90% from 437); Max value from RGB is 208 - color contains mainly: green. Hex color #B1D034 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1D034 is #4E2FCB. Grayscale: #B5B5B5. Windows color (decimal): -5124044 or 3461297. OLE color: 3461297.

HSL color Cylindrical-coordinate representation of color #B1D034: hue angle of 71.92º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B1D034 is Cyan = 0.15, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.18.

Color convert

RGB17720852-
CMYK0.1500.750.18
HSL71.92º62.4%50.98%-
HSV(B)71.92º75%81.57%-
XYZ41.3154.7111.63-
YUV180.9555.23125.18-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.50%
GREEN value IS 208 (81.64% from 255) = 47.60%
BLUE value IS 52 (20.70% from 255) = 11.90%
R=40.50%
G=47.60%
B=11.90%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal177208520.1500.750.1871.9262.450.98
HexB1D034F04B12483e33
Octal26132064170113221107663
Binary1011000111010000110100111101001011100101001000111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1D034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1D034; }

 p { color: rgb(177,208,52); }

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

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

 a { background-color: rgb(177,208,52); }

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

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

 span { border-color: rgb(177,208,52); }

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