#B9C133

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

Shades of Fuego #B9C133

Tints of Fuego #B9C133

Color information

#B9C133 (or 0xB9C133) is unknown color: approx Fuego. HEX triplet: B9, C1 and 33. RGB value is (185,193,51). Sum of RGB (Red+Green+Blue) = 185+193+51=429 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.12% from 429); Green value is 193 (75.78% from 255 or 44.99% from 429); Blue value is 51 (20.31% from 255 or 11.89% from 429); Max value from RGB is 193 - color contains mainly: green. Hex color #B9C133 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9C133 is #463ECC. Grayscale: #AEAEAE. Windows color (decimal): -4603597 or 3391929. OLE color: 3391929.

HSL color Cylindrical-coordinate representation of color #B9C133: hue angle of 63.38º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B9C133 is Cyan = 0.04, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.24.

Color convert

RGB18519351-
CMYK0.0400.740.24
HSL63.38º58.2%47.84%-
HSV(B)63.38º73.58%75.69%-
XYZ39.6848.6910.44-
YUV174.4258.35135.55-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.12%
GREEN value IS 193 (75.78% from 255) = 44.99%
BLUE value IS 51 (20.31% from 255) = 11.89%
R=43.12%
G=44.99%
B=11.89%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal185193510.0400.740.2463.3858.247.84
HexB9C133404A183f3a30
Octal271301634011230777260
Binary10111001110000011100111000100101011000111111111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9C133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9C133; }

 p { color: rgb(185,193,51); }

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

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

 a { background-color: rgb(185,193,51); }

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

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

 span { border-color: rgb(185,193,51); }

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