#B6E134

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

Shades of Fuego #B6E134

Tints of Fuego #B6E134

Color information

#B6E134 (or 0xB6E134) is unknown color: approx Fuego. HEX triplet: B6, E1 and 34. RGB value is (182,225,52). Sum of RGB (Red+Green+Blue) = 182+225+52=459 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.65% from 459); Green value is 225 (88.28% from 255 or 49.02% from 459); Blue value is 52 (20.70% from 255 or 11.33% from 459); Max value from RGB is 225 - color contains mainly: green. Hex color #B6E134 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6E134 is #491ECB. Grayscale: #C1C1C1. Windows color (decimal): -4792012 or 3465654. OLE color: 3465654.

HSL color Cylindrical-coordinate representation of color #B6E134: hue angle of 74.91º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B6E134 is Cyan = 0.19, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.12.

Color convert

RGB18222552-
CMYK0.1900.770.12
HSL74.91º74.25%54.31%-
HSV(B)74.91º76.89%88.24%-
XYZ46.8464.0413.14-
YUV192.4248.75120.57-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 39.65%
GREEN value IS 225 (88.28% from 255) = 49.02%
BLUE value IS 52 (20.70% from 255) = 11.33%
R=39.65%
G=49.02%
B=11.33%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal182225520.1900.770.1274.9174.2554.31
HexB6E1341304DC4b4a36
Octal266341642301151411311266
Binary10110110111000011101001001101001101110010010111001010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6E134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6E134; }

 p { color: rgb(182,225,52); }

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

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

 a { background-color: rgb(182,225,52); }

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

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

 span { border-color: rgb(182,225,52); }

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