#b4c733

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

Shades of Fuego #B4C733

Tints of Fuego #B4C733

Color information

#B4C733 (or 0xB4C733) is unknown color: approx Fuego. HEX triplet: B4, C7 and 33. RGB value is (180,199,51). Sum of RGB (Red+Green+Blue) = 180+199+51=430 (56% of max value = 765). Red value is 180 (70.70% from 255 or 41.86% from 430); Green value is 199 (78.12% from 255 or 46.28% from 430); Blue value is 51 (20.31% from 255 or 11.86% from 430); Max value from RGB is 199 - color contains mainly: green. Hex color #B4C733 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4C733 is #4B38CC. Grayscale: #B1B1B1. Windows color (decimal): -4929741 or 3393460. OLE color: 3393460.

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

Color convert

RGB18019951-
CMYK0.1000.740.22
HSL67.7º59.2%49.02%-
HSV(B)67.7º74.37%78.04%-
XYZ39.8450.7910.84-
YUV176.4557.21130.53-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.86%
GREEN value IS 199 (78.12% from 255) = 46.28%
BLUE value IS 51 (20.31% from 255) = 11.86%
R=41.86%
G=46.28%
B=11.86%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal180199510.1000.740.2267.759.249.02
HexB4C733A04A16443b31
Octal26430763120112261047361
Binary1011010011000111110011101001001010101101000100111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b4c733

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b4c733; }

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

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

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

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

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

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

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

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