#b6d231

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

Shades of Fuego #B6D231

Tints of Fuego #B6D231

Color information

#B6D231 (or 0xB6D231) is unknown color: approx Fuego. HEX triplet: B6, D2 and 31. RGB value is (182,210,49). Sum of RGB (Red+Green+Blue) = 182+210+49=441 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.27% from 441); Green value is 210 (82.42% from 255 or 47.62% from 441); Blue value is 49 (19.53% from 255 or 11.11% from 441); Max value from RGB is 210 - color contains mainly: green. Hex color #B6D231 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6D231 is #492DCE. Grayscale: #B7B7B7. Windows color (decimal): -4795855 or 3265206. OLE color: 3265206.

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

Color convert

RGB18221049-
CMYK0.1300.770.18
HSL70.43º64.14%50.78%-
HSV(B)70.43º76.67%82.35%-
XYZ42.8956.2611.5-
YUV183.2752.22127.09-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 41.27%
GREEN value IS 210 (82.42% from 255) = 47.62%
BLUE value IS 49 (19.53% from 255) = 11.11%
R=41.27%
G=47.62%
B=11.11%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal182210490.1300.770.1870.4364.1450.78
HexB6D231D04D12464033
Octal266322611501152210610063
Binary10110110110100101100011101010011011001010001101000000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b6d231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b6d231; }

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

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

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

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

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

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

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

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