#B9C935

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

Shades of Fuego #B9C935

Tints of Fuego #B9C935

Color information

#B9C935 (or 0xB9C935) is unknown color: approx Fuego. HEX triplet: B9, C9 and 35. RGB value is (185,201,53). Sum of RGB (Red+Green+Blue) = 185+201+53=439 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.14% from 439); Green value is 201 (78.91% from 255 or 45.79% from 439); Blue value is 53 (21.09% from 255 or 12.07% from 439); Max value from RGB is 201 - color contains mainly: green. Hex color #B9C935 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9C935 is #4636CA. Grayscale: #B3B3B3. Windows color (decimal): -4601547 or 3525049. OLE color: 3525049.

HSL color Cylindrical-coordinate representation of color #B9C935: hue angle of 66.49º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B9C935 is Cyan = 0.08, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.21.

Color convert

RGB18520153-
CMYK0.0800.740.21
HSL66.49º58.27%49.8%-
HSV(B)66.49º73.63%78.82%-
XYZ41.5452.3411.28-
YUV179.3456.7132.03-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.14%
GREEN value IS 201 (78.91% from 255) = 45.79%
BLUE value IS 53 (21.09% from 255) = 12.07%
R=42.14%
G=45.79%
B=12.07%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal185201530.0800.740.2166.4958.2749.8
HexB9C935804A15423a32
Octal27131165100112251027262
Binary1011100111001001110101100001001010101011000010111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9C935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9C935; }

 p { color: rgb(185,201,53); }

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

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

 a { background-color: rgb(185,201,53); }

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

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

 span { border-color: rgb(185,201,53); }

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