#B6CC2E

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

Shades of Fuego #B6CC2E

Tints of Fuego #B6CC2E

Color information

#B6CC2E (or 0xB6CC2E) is unknown color: approx Fuego. HEX triplet: B6, CC and 2E. RGB value is (182,204,46). Sum of RGB (Red+Green+Blue) = 182+204+46=432 (57% of max value = 765). Red value is 182 (71.48% from 255 or 42.13% from 432); Green value is 204 (80.08% from 255 or 47.22% from 432); Blue value is 46 (18.36% from 255 or 10.65% from 432); Max value from RGB is 204 - color contains mainly: green. Hex color #B6CC2E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6CC2E is #4933D1. Grayscale: #B4B4B4. Windows color (decimal): -4797394 or 3067062. OLE color: 3067062.

HSL color Cylindrical-coordinate representation of color #B6CC2E: hue angle of 68.35º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B6CC2E is Cyan = 0.11, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.2.

Color convert

RGB18220446-
CMYK0.1100.770.2
HSL68.35º63.2%49.02%-
HSV(B)68.35º77.45%80%-
XYZ41.3853.3310.7-
YUV179.4152.71129.85-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 42.13%
GREEN value IS 204 (80.08% from 255) = 47.22%
BLUE value IS 46 (18.36% from 255) = 10.65%
R=42.13%
G=47.22%
B=10.65%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal182204460.1100.770.268.3563.249.02
HexB6CC2EB04D14443f31
Octal26631456130115241047761
Binary1011011011001100101110101101001101101001000100111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6CC2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6CC2E; }

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

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

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

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

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

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

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

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