#B9C233

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

Shades of Fuego #B9C233

Tints of Fuego #B9C233

Color information

#B9C233 (or 0xB9C233) is unknown color: approx Fuego. HEX triplet: B9, C2 and 33. RGB value is (185,194,51). Sum of RGB (Red+Green+Blue) = 185+194+51=430 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.02% from 430); Green value is 194 (76.17% from 255 or 45.12% from 430); Blue value is 51 (20.31% from 255 or 11.86% from 430); Max value from RGB is 194 - color contains mainly: green. Hex color #B9C233 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9C233 is #463DCC. Grayscale: #AFAFAF. Windows color (decimal): -4603341 or 3392185. OLE color: 3392185.

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

Color convert

RGB18519451-
CMYK0.0500.740.24
HSL63.78º58.37%48.04%-
HSV(B)63.78º73.71%76.08%-
XYZ39.949.1410.51-
YUV175.0158.02135.13-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.02%
GREEN value IS 194 (76.17% from 255) = 45.12%
BLUE value IS 51 (20.31% from 255) = 11.86%
R=43.02%
G=45.12%
B=11.86%

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
Decimal185194510.0500.740.2463.7858.3748.04
HexB9C233504A18403a30
Octal2713026350112301007260
Binary101110011100001011001110101001010110001000000111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9C233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9C233; }

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

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

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

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

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

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

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

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