#b9c82f

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

Shades of Fuego #B9C82F

Tints of Fuego #B9C82F

Color information

#B9C82F (or 0xB9C82F) is unknown color: approx Fuego. HEX triplet: B9, C8 and 2F. RGB value is (185,200,47). Sum of RGB (Red+Green+Blue) = 185+200+47=432 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.82% from 432); Green value is 200 (78.52% from 255 or 46.30% from 432); Blue value is 47 (18.75% from 255 or 10.88% from 432); Max value from RGB is 200 - color contains mainly: green. Hex color #B9C82F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9C82F is #4637D0. Grayscale: #B2B2B2. Windows color (decimal): -4601809 or 3131577. OLE color: 3131577.

HSL color Cylindrical-coordinate representation of color #B9C82F: hue angle of 65.88º 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 #B9C82F is Cyan = 0.08, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.22.

Color convert

RGB18520047-
CMYK0.0800.760.22
HSL65.88º61.94%48.43%-
HSV(B)65.88º76.5%78.43%-
XYZ41.1751.8310.52-
YUV178.0754.03132.94-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.82%
GREEN value IS 200 (78.52% from 255) = 46.30%
BLUE value IS 47 (18.75% from 255) = 10.88%
R=42.82%
G=46.30%
B=10.88%

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
Decimal185200470.0800.760.2265.8861.9448.43
HexB9C82F804C16423e30
Octal27131057100114261027660
Binary1011100111001000101111100001001100101101000010111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b9c82f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b9c82f; }

 p { color: rgb(185,200,47); }

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

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

 a { background-color: rgb(185,200,47); }

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

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

 span { border-color: rgb(185,200,47); }

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