#B6E52C

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

Shades of Fuego #B6E52C

Tints of Fuego #B6E52C

Color information

#B6E52C (or 0xB6E52C) is unknown color: approx Fuego. HEX triplet: B6, E5 and 2C. RGB value is (182,229,44). Sum of RGB (Red+Green+Blue) = 182+229+44=455 (60% of max value = 765). Red value is 182 (71.48% from 255 or 40% from 455); Green value is 229 (89.84% from 255 or 50.33% from 455); Blue value is 44 (17.58% from 255 or 9.67% from 455); Max value from RGB is 229 - color contains mainly: green. Hex color #B6E52C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6E52C is #491AD3. Grayscale: #C2C2C2. Windows color (decimal): -4790996 or 2942390. OLE color: 2942390.

HSL color Cylindrical-coordinate representation of color #B6E52C: hue angle of 75.24º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B6E52C is Cyan = 0.21, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.10.

Color convert

RGB18222944-
CMYK0.2100.810.10
HSL75.24º78.06%53.53%-
HSV(B)75.24º80.79%89.8%-
XYZ47.7766.1712.64-
YUV193.8643.43119.54-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40%
GREEN value IS 229 (89.84% from 255) = 50.33%
BLUE value IS 44 (17.58% from 255) = 9.67%
R=40%
G=50.33%
B=9.67%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal182229440.2100.810.1075.2478.0653.53
HexB6E52C15051A4b4e36
Octal266345542501211211311666
Binary10110110111001011011001010101010001101010010111001110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6E52C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6E52C; }

 p { color: rgb(182,229,44); }

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

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

 a { background-color: rgb(182,229,44); }

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

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

 span { border-color: rgb(182,229,44); }

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