#B4C635

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

Shades of Fuego #B4C635

Tints of Fuego #B4C635

Color information

#B4C635 (or 0xB4C635) is unknown color: approx Fuego. HEX triplet: B4, C6 and 35. RGB value is (180,198,53). Sum of RGB (Red+Green+Blue) = 180+198+53=431 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.76% from 431); Green value is 198 (77.73% from 255 or 45.94% from 431); Blue value is 53 (21.09% from 255 or 12.30% from 431); Max value from RGB is 198 - color contains mainly: green. Hex color #B4C635 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4C635 is #4B39CA. Grayscale: #B0B0B0. Windows color (decimal): -4929995 or 3524276. OLE color: 3524276.

HSL color Cylindrical-coordinate representation of color #B4C635: hue angle of 67.45º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B4C635 is Cyan = 0.09, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.22.

Color convert

RGB18019853-
CMYK0.0900.730.22
HSL67.45º57.77%49.22%-
HSV(B)67.45º73.23%77.65%-
XYZ39.6650.3511-
YUV176.0958.54130.79-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.76%
GREEN value IS 198 (77.73% from 255) = 45.94%
BLUE value IS 53 (21.09% from 255) = 12.30%
R=41.76%
G=45.94%
B=12.30%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal180198530.0900.730.2267.4557.7749.22
HexB4C635904916433a31
Octal26430665110111261037261
Binary1011010011000110110101100101001001101101000011111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4C635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4C635; }

 p { color: rgb(180,198,53); }

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

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

 a { background-color: rgb(180,198,53); }

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

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

 span { border-color: rgb(180,198,53); }

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