#B4C832

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

Shades of Fuego #B4C832

Tints of Fuego #B4C832

Color information

#B4C832 (or 0xB4C832) is unknown color: approx Fuego. HEX triplet: B4, C8 and 32. RGB value is (180,200,50). Sum of RGB (Red+Green+Blue) = 180+200+50=430 (56% of max value = 765). Red value is 180 (70.70% from 255 or 41.86% from 430); Green value is 200 (78.52% from 255 or 46.51% from 430); Blue value is 50 (19.92% from 255 or 11.63% from 430); Max value from RGB is 200 - color contains mainly: green. Hex color #B4C832 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4C832 is #4B37CD. Grayscale: #B1B1B1. Windows color (decimal): -4929486 or 3328180. OLE color: 3328180.

HSL color Cylindrical-coordinate representation of color #B4C832: hue angle of 68º degrees, saturation: 0.6, 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 #B4C832 is Cyan = 0.1, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.22.

Color convert

RGB18020050-
CMYK0.100.750.22
HSL68º60%49.02%-
HSV(B)68º75%78.43%-
XYZ40.0551.2410.8-
YUV176.9256.37130.2-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.86%
GREEN value IS 200 (78.52% from 255) = 46.51%
BLUE value IS 50 (19.92% from 255) = 11.63%
R=41.86%
G=46.51%
B=11.63%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal180200500.100.750.22686049.02
HexB4C832A04B16443c31
Octal26431062120113261047461
Binary1011010011001000110010101001001011101101000100111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4C832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4C832; }

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

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

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

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

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

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

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

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