#B6D628

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

Shades of Fuego #B6D628

Tints of Fuego #B6D628

Color information

#B6D628 (or 0xB6D628) is unknown color: approx Fuego. HEX triplet: B6, D6 and 28. RGB value is (182,214,40). Sum of RGB (Red+Green+Blue) = 182+214+40=436 (57% of max value = 765). Red value is 182 (71.48% from 255 or 41.74% from 436); Green value is 214 (83.98% from 255 or 49.08% from 436); Blue value is 40 (16.02% from 255 or 9.17% from 436); Max value from RGB is 214 - color contains mainly: green. Hex color #B6D628 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6D628 is #4929D7. Grayscale: #B9B9B9. Windows color (decimal): -4794840 or 2676406. OLE color: 2676406.

HSL color Cylindrical-coordinate representation of color #B6D628: hue angle of 71.03º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B6D628 is Cyan = 0.15, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.16.

Color convert

RGB18221440-
CMYK0.1500.810.16
HSL71.03º68.5%49.8%-
HSV(B)71.03º81.31%83.92%-
XYZ43.7258.1910.94-
YUV184.646.4126.15-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 41.74%
GREEN value IS 214 (83.98% from 255) = 49.08%
BLUE value IS 40 (16.02% from 255) = 9.17%
R=41.74%
G=49.08%
B=9.17%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal182214400.1500.810.1671.0368.549.8
HexB6D628F05110474532
Octal266326501701212010710562
Binary10110110110101101010001111010100011000010001111000101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6D628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6D628; }

 p { color: rgb(182,214,40); }

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

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

 a { background-color: rgb(182,214,40); }

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

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

 span { border-color: rgb(182,214,40); }

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