#B6DC34

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

Shades of Fuego #B6DC34

Tints of Fuego #B6DC34

Color information

#B6DC34 (or 0xB6DC34) is unknown color: approx Fuego. HEX triplet: B6, DC and 34. RGB value is (182,220,52). Sum of RGB (Red+Green+Blue) = 182+220+52=454 (60% of max value = 765). Red value is 182 (71.48% from 255 or 40.09% from 454); Green value is 220 (86.33% from 255 or 48.46% from 454); Blue value is 52 (20.70% from 255 or 11.45% from 454); Max value from RGB is 220 - color contains mainly: green. Hex color #B6DC34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6DC34 is #4923CB. Grayscale: #BEBEBE. Windows color (decimal): -4793292 or 3464374. OLE color: 3464374.

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

Color convert

RGB18222052-
CMYK0.1700.760.14
HSL73.57º70.59%53.33%-
HSV(B)73.57º76.36%86.27%-
XYZ45.561.3812.7-
YUV189.4950.41122.66-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40.09%
GREEN value IS 220 (86.33% from 255) = 48.46%
BLUE value IS 52 (20.70% from 255) = 11.45%
R=40.09%
G=48.46%
B=11.45%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal182220520.1700.760.1473.5770.5953.33
HexB6DC341104CE4a4735
Octal266334642101141611210765
Binary10110110110111001101001000101001100111010010101000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6DC34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6DC34; }

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

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

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

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

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

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

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

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