#B6C62F

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

Shades of Fuego #B6C62F

Tints of Fuego #B6C62F

Color information

#B6C62F (or 0xB6C62F) is unknown color: approx Fuego. HEX triplet: B6, C6 and 2F. RGB value is (182,198,47). Sum of RGB (Red+Green+Blue) = 182+198+47=427 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.62% from 427); Green value is 198 (77.73% from 255 or 46.37% from 427); Blue value is 47 (18.75% from 255 or 11.01% from 427); Max value from RGB is 198 - color contains mainly: green. Hex color #B6C62F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6C62F is #4939D0. Grayscale: #B0B0B0. Windows color (decimal): -4798929 or 3131062. OLE color: 3131062.

HSL color Cylindrical-coordinate representation of color #B6C62F: hue angle of 66.36º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B6C62F is Cyan = 0.08, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.22.

Color convert

RGB18219847-
CMYK0.0800.760.22
HSL66.36º61.63%48.04%-
HSV(B)66.36º76.26%77.65%-
XYZ4050.5410.34-
YUV17655.2132.28-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 42.62%
GREEN value IS 198 (77.73% from 255) = 46.37%
BLUE value IS 47 (18.75% from 255) = 11.01%
R=42.62%
G=46.37%
B=11.01%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal182198470.0800.760.2266.3661.6348.04
HexB6C62F804C16423e30
Octal26630657100114261027660
Binary1011011011000110101111100001001100101101000010111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6C62F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6C62F; }

 p { color: rgb(182,198,47); }

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

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

 a { background-color: rgb(182,198,47); }

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

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

 span { border-color: rgb(182,198,47); }

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