#B6CD2C

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

Shades of Fuego #B6CD2C

Tints of Fuego #B6CD2C

Color information

#B6CD2C (or 0xB6CD2C) is unknown color: approx Fuego. HEX triplet: B6, CD and 2C. RGB value is (182,205,44). Sum of RGB (Red+Green+Blue) = 182+205+44=431 (57% of max value = 765). Red value is 182 (71.48% from 255 or 42.23% from 431); Green value is 205 (80.47% from 255 or 47.56% from 431); Blue value is 44 (17.58% from 255 or 10.21% from 431); Max value from RGB is 205 - color contains mainly: green. Hex color #B6CD2C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6CD2C is #4932D3. Grayscale: #B4B4B4. Windows color (decimal): -4797140 or 2936246. OLE color: 2936246.

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

Color convert

RGB18220544-
CMYK0.1100.790.20
HSL68.57º64.66%48.82%-
HSV(B)68.57º78.54%80.39%-
XYZ41.5853.7910.57-
YUV179.7751.38129.59-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 42.23%
GREEN value IS 205 (80.47% from 255) = 47.56%
BLUE value IS 44 (17.58% from 255) = 10.21%
R=42.23%
G=47.56%
B=10.21%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal182205440.1100.790.2068.5764.6648.82
HexB6CD2CB04F14454131
Octal266315541301172410510161
Binary10110110110011011011001011010011111010010001011000001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6CD2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6CD2C; }

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

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

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

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

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

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

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

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