#B6D22E

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

Shades of Fuego #B6D22E

Tints of Fuego #B6D22E

Color information

#B6D22E (or 0xB6D22E) is unknown color: approx Fuego. HEX triplet: B6, D2 and 2E. RGB value is (182,210,46). Sum of RGB (Red+Green+Blue) = 182+210+46=438 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.55% from 438); Green value is 210 (82.42% from 255 or 47.95% from 438); Blue value is 46 (18.36% from 255 or 10.50% from 438); Max value from RGB is 210 - color contains mainly: green. Hex color #B6D22E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6D22E is #492DD1. Grayscale: #B7B7B7. Windows color (decimal): -4795858 or 3068598. OLE color: 3068598.

HSL color Cylindrical-coordinate representation of color #B6D22E: hue angle of 70.24º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B6D22E is Cyan = 0.13, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.18.

Color convert

RGB18221046-
CMYK0.1300.780.18
HSL70.24º64.57%50.2%-
HSV(B)70.24º78.1%82.35%-
XYZ42.8356.2411.18-
YUV182.9350.72127.34-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 41.55%
GREEN value IS 210 (82.42% from 255) = 47.95%
BLUE value IS 46 (18.36% from 255) = 10.50%
R=41.55%
G=47.95%
B=10.50%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal182210460.1300.780.1870.2464.5750.2
HexB6D22ED04E12464132
Octal266322561501162210610162
Binary10110110110100101011101101010011101001010001101000001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6D22E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6D22E; }

 p { color: rgb(182,210,46); }

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

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

 a { background-color: rgb(182,210,46); }

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

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

 span { border-color: rgb(182,210,46); }

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