#B9C232

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

Shades of Fuego #B9C232

Tints of Fuego #B9C232

Color information

#B9C232 (or 0xB9C232) is unknown color: approx Fuego. HEX triplet: B9, C2 and 32. RGB value is (185,194,50). Sum of RGB (Red+Green+Blue) = 185+194+50=429 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.12% from 429); Green value is 194 (76.17% from 255 or 45.22% from 429); Blue value is 50 (19.92% from 255 or 11.66% from 429); Max value from RGB is 194 - color contains mainly: green. Hex color #B9C232 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9C232 is #463DCD. Grayscale: #AFAFAF. Windows color (decimal): -4603342 or 3326649. OLE color: 3326649.

HSL color Cylindrical-coordinate representation of color #B9C232: hue angle of 63.75º degrees, saturation: 0.59, 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 #B9C232 is Cyan = 0.05, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.24.

Color convert

RGB18519450-
CMYK0.0500.740.24
HSL63.75º59.02%47.84%-
HSV(B)63.75º74.23%76.08%-
XYZ39.8849.1310.4-
YUV174.8957.52135.21-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.12%
GREEN value IS 194 (76.17% from 255) = 45.22%
BLUE value IS 50 (19.92% from 255) = 11.66%
R=43.12%
G=45.22%
B=11.66%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal185194500.0500.740.2463.7559.0247.84
HexB9C232504A18403b30
Octal2713026250112301007360
Binary101110011100001011001010101001010110001000000111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9C232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9C232; }

 p { color: rgb(185,194,50); }

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

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

 a { background-color: rgb(185,194,50); }

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

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

 span { border-color: rgb(185,194,50); }

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