#b6d12d

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

Shades of Fuego #B6D12D

Tints of Fuego #B6D12D

Color information

#B6D12D (or 0xB6D12D) is unknown color: approx Fuego. HEX triplet: B6, D1 and 2D. RGB value is (182,209,45). Sum of RGB (Red+Green+Blue) = 182+209+45=436 (57% of max value = 765). Red value is 182 (71.48% from 255 or 41.74% from 436); Green value is 209 (82.03% from 255 or 47.94% from 436); Blue value is 45 (17.97% from 255 or 10.32% from 436); Max value from RGB is 209 - color contains mainly: green. Hex color #B6D12D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6D12D is #492ED2. Grayscale: #B6B6B6. Windows color (decimal): -4796115 or 3002806. OLE color: 3002806.

HSL color Cylindrical-coordinate representation of color #B6D12D: hue angle of 69.88º 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 #B6D12D is Cyan = 0.13, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.18.

Color convert

RGB18220945-
CMYK0.1300.780.18
HSL69.88º64.57%49.8%-
HSV(B)69.88º78.47%81.96%-
XYZ42.5755.7411-
YUV182.2350.55127.84-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 41.74%
GREEN value IS 209 (82.03% from 255) = 47.94%
BLUE value IS 45 (17.97% from 255) = 10.32%
R=41.74%
G=47.94%
B=10.32%

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
Decimal182209450.1300.780.1869.8864.5749.8
HexB6D12DD04E12464132
Octal266321551501162210610162
Binary10110110110100011011011101010011101001010001101000001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b6d12d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b6d12d; }

 p { color: rgb(182,209,45); }

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

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

 a { background-color: rgb(182,209,45); }

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

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

 span { border-color: rgb(182,209,45); }

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