#B6E227

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

Shades of Fuego #B6E227

Tints of Fuego #B6E227

Color information

#B6E227 (or 0xB6E227) is unknown color: approx Fuego. HEX triplet: B6, E2 and 27. RGB value is (182,226,39). Sum of RGB (Red+Green+Blue) = 182+226+39=447 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.72% from 447); Green value is 226 (88.67% from 255 or 50.56% from 447); Blue value is 39 (15.62% from 255 or 8.72% from 447); Max value from RGB is 226 - color contains mainly: green. Hex color #B6E227 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6E227 is #491DD8. Grayscale: #C0C0C0. Windows color (decimal): -4791769 or 2613942. OLE color: 2613942.

HSL color Cylindrical-coordinate representation of color #B6E227: hue angle of 74.12º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B6E227 is Cyan = 0.19, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.11.

Color convert

RGB18222639-
CMYK0.1900.830.11
HSL74.12º76.33%51.96%-
HSV(B)74.12º82.74%88.63%-
XYZ46.8564.4811.9-
YUV191.5341.92121.21-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40.72%
GREEN value IS 226 (88.67% from 255) = 50.56%
BLUE value IS 39 (15.62% from 255) = 8.72%
R=40.72%
G=50.56%
B=8.72%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal182226390.1900.830.1174.1276.3351.96
HexB6E22713053B4a4c34
Octal266342472301231311211464
Binary10110110111000101001111001101010011101110010101001100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6E227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6E227; }

 p { color: rgb(182,226,39); }

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

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

 a { background-color: rgb(182,226,39); }

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

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

 span { border-color: rgb(182,226,39); }

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