#B6DC2D

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

Shades of Fuego #B6DC2D

Tints of Fuego #B6DC2D

Color information

#B6DC2D (or 0xB6DC2D) is unknown color: approx Fuego. HEX triplet: B6, DC and 2D. RGB value is (182,220,45). Sum of RGB (Red+Green+Blue) = 182+220+45=447 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.72% from 447); Green value is 220 (86.33% from 255 or 49.22% from 447); Blue value is 45 (17.97% from 255 or 10.07% from 447); Max value from RGB is 220 - color contains mainly: green. Hex color #B6DC2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6DC2D is #4923D2. Grayscale: #BDBDBD. Windows color (decimal): -4793299 or 3005622. OLE color: 3005622.

HSL color Cylindrical-coordinate representation of color #B6DC2D: hue angle of 73.03º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B6DC2D is Cyan = 0.17, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.14.

Color convert

RGB18222045-
CMYK0.1700.800.14
HSL73.03º71.43%51.96%-
HSV(B)73.03º79.55%86.27%-
XYZ45.3661.3211.93-
YUV188.6946.91123.23-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40.72%
GREEN value IS 220 (86.33% from 255) = 49.22%
BLUE value IS 45 (17.97% from 255) = 10.07%
R=40.72%
G=49.22%
B=10.07%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal182220450.1700.800.1473.0371.4351.96
HexB6DC2D11050E494734
Octal266334552101201611110764
Binary10110110110111001011011000101010000111010010011000111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6DC2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6DC2D; }

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

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

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

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

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

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

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

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