#B4C833

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

Shades of Fuego #B4C833

Tints of Fuego #B4C833

Color information

#B4C833 (or 0xB4C833) is unknown color: approx Fuego. HEX triplet: B4, C8 and 33. RGB value is (180,200,51). Sum of RGB (Red+Green+Blue) = 180+200+51=431 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.76% from 431); Green value is 200 (78.52% from 255 or 46.40% from 431); Blue value is 51 (20.31% from 255 or 11.83% from 431); Max value from RGB is 200 - color contains mainly: green. Hex color #B4C833 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4C833 is #4B37CC. Grayscale: #B1B1B1. Windows color (decimal): -4929485 or 3393716. OLE color: 3393716.

HSL color Cylindrical-coordinate representation of color #B4C833: hue angle of 68.05º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B4C833 is Cyan = 0.1, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.22.

Color convert

RGB18020051-
CMYK0.100.740.22
HSL68.05º59.36%49.22%-
HSV(B)68.05º74.5%78.43%-
XYZ40.0751.2510.91-
YUV177.0356.87130.12-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.76%
GREEN value IS 200 (78.52% from 255) = 46.40%
BLUE value IS 51 (20.31% from 255) = 11.83%
R=41.76%
G=46.40%
B=11.83%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal180200510.100.740.2268.0559.3649.22
HexB4C833A04A16443b31
Octal26431063120112261047361
Binary1011010011001000110011101001001010101101000100111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4C833

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4C833; }

 p { color: rgb(180,200,51); }

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

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

 a { background-color: rgb(180,200,51); }

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

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

 span { border-color: rgb(180,200,51); }

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