#B6C835

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

Shades of Fuego #B6C835

Tints of Fuego #B6C835

Color information

#B6C835 (or 0xB6C835) is unknown color: approx Fuego. HEX triplet: B6, C8 and 35. RGB value is (182,200,53). Sum of RGB (Red+Green+Blue) = 182+200+53=435 (57% of max value = 765). Red value is 182 (71.48% from 255 or 41.84% from 435); Green value is 200 (78.52% from 255 or 45.98% from 435); Blue value is 53 (21.09% from 255 or 12.18% from 435); Max value from RGB is 200 - color contains mainly: green. Hex color #B6C835 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6C835 is #4937CA. Grayscale: #B2B2B2. Windows color (decimal): -4798411 or 3524790. OLE color: 3524790.

HSL color Cylindrical-coordinate representation of color #B6C835: hue angle of 67.35º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B6C835 is Cyan = 0.09, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.22.

Color convert

RGB18220053-
CMYK0.0900.740.22
HSL67.35º58.1%49.61%-
HSV(B)67.35º73.5%78.43%-
XYZ40.5951.5111.17-
YUV177.8657.54130.95-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 41.84%
GREEN value IS 200 (78.52% from 255) = 45.98%
BLUE value IS 53 (21.09% from 255) = 12.18%
R=41.84%
G=45.98%
B=12.18%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal182200530.0900.740.2267.3558.149.61
HexB6C835904A16433a32
Octal26631065110112261037262
Binary1011011011001000110101100101001010101101000011111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6C835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6C835; }

 p { color: rgb(182,200,53); }

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

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

 a { background-color: rgb(182,200,53); }

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

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

 span { border-color: rgb(182,200,53); }

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