#b6c532

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

Shades of Fuego #B6C532

Tints of Fuego #B6C532

Color information

#B6C532 (or 0xB6C532) is unknown color: approx Fuego. HEX triplet: B6, C5 and 32. RGB value is (182,197,50). Sum of RGB (Red+Green+Blue) = 182+197+50=429 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.42% from 429); Green value is 197 (77.34% from 255 or 45.92% from 429); Blue value is 50 (19.92% from 255 or 11.66% from 429); Max value from RGB is 197 - color contains mainly: green. Hex color #B6C532 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6C532 is #493ACD. Grayscale: #B0B0B0. Windows color (decimal): -4799182 or 3327414. OLE color: 3327414.

HSL color Cylindrical-coordinate representation of color #B6C532: hue angle of 66.12º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B6C532 is Cyan = 0.08, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.23.

Color convert

RGB18219750-
CMYK0.0800.750.23
HSL66.12º59.51%48.43%-
HSV(B)66.12º74.62%77.25%-
XYZ39.8350.1110.59-
YUV175.7657.03132.45-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 42.42%
GREEN value IS 197 (77.34% from 255) = 45.92%
BLUE value IS 50 (19.92% from 255) = 11.66%
R=42.42%
G=45.92%
B=11.66%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal182197500.0800.750.2366.1259.5148.43
HexB6C532804B17423c30
Octal26630562100113271027460
Binary1011011011000101110010100001001011101111000010111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b6c532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b6c532; }

 p { color: rgb(182,197,50); }

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

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

 a { background-color: rgb(182,197,50); }

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

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

 span { border-color: rgb(182,197,50); }

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