#B6D535

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

Shades of Fuego #B6D535

Tints of Fuego #B6D535

Color information

#B6D535 (or 0xB6D535) is unknown color: approx Fuego. HEX triplet: B6, D5 and 35. RGB value is (182,213,53). Sum of RGB (Red+Green+Blue) = 182+213+53=448 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.62% from 448); Green value is 213 (83.59% from 255 or 47.54% from 448); Blue value is 53 (21.09% from 255 or 11.83% from 448); Max value from RGB is 213 - color contains mainly: green. Hex color #B6D535 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6D535 is #492ACA. Grayscale: #BABABA. Windows color (decimal): -4795083 or 3528118. OLE color: 3528118.

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

Color convert

RGB18221353-
CMYK0.1500.750.16
HSL71.62º65.57%52.16%-
HSV(B)71.62º75.12%83.53%-
XYZ43.7357.7912.22-
YUV185.4953.23125.51-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40.62%
GREEN value IS 213 (83.59% from 255) = 47.54%
BLUE value IS 53 (21.09% from 255) = 11.83%
R=40.62%
G=47.54%
B=11.83%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal182213530.1500.750.1671.6265.5752.16
HexB6D535F04B10484234
Octal266325651701132011010264
Binary10110110110101011101011111010010111000010010001000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6D535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6D535; }

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

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

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

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

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

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

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

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