#B6D92C

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

Shades of Fuego #B6D92C

Tints of Fuego #B6D92C

Color information

#B6D92C (or 0xB6D92C) is unknown color: approx Fuego. HEX triplet: B6, D9 and 2C. RGB value is (182,217,44). Sum of RGB (Red+Green+Blue) = 182+217+44=443 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.08% from 443); Green value is 217 (85.16% from 255 or 48.98% from 443); Blue value is 44 (17.58% from 255 or 9.93% from 443); Max value from RGB is 217 - color contains mainly: green. Hex color #B6D92C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6D92C is #4926D3. Grayscale: #BBBBBB. Windows color (decimal): -4794068 or 2939318. OLE color: 2939318.

HSL color Cylindrical-coordinate representation of color #B6D92C: hue angle of 72.14º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B6D92C is Cyan = 0.16, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.15.

Color convert

RGB18221744-
CMYK0.1600.800.15
HSL72.14º69.48%51.18%-
HSV(B)72.14º79.72%85.1%-
XYZ44.5659.7511.57-
YUV186.8147.4124.57-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 41.08%
GREEN value IS 217 (85.16% from 255) = 48.98%
BLUE value IS 44 (17.58% from 255) = 9.93%
R=41.08%
G=48.98%
B=9.93%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal182217440.1600.800.1572.1469.4851.18
HexB6D92C10050F484533
Octal266331542001201711010563
Binary10110110110110011011001000001010000111110010001000101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6D92C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6D92C; }

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

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

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

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

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

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

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

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