#B5C838

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

Shades of Fuego #B5C838

Tints of Fuego #B5C838

Color information

#B5C838 (or 0xB5C838) is unknown color: approx Fuego. HEX triplet: B5, C8 and 38. RGB value is (181,200,56). Sum of RGB (Red+Green+Blue) = 181+200+56=437 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.42% from 437); Green value is 200 (78.52% from 255 or 45.77% from 437); Blue value is 56 (22.27% from 255 or 12.81% from 437); Max value from RGB is 200 - color contains mainly: green. Hex color #B5C838 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5C838 is #4A37C7. Grayscale: #B2B2B2. Windows color (decimal): -4863944 or 3721397. OLE color: 3721397.

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

Color convert

RGB18120056-
CMYK0.0900.720.22
HSL67.92º56.69%50.2%-
HSV(B)67.92º72%78.43%-
XYZ40.4251.4211.54-
YUV177.959.21130.21-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.42%
GREEN value IS 200 (78.52% from 255) = 45.77%
BLUE value IS 56 (22.27% from 255) = 12.81%
R=41.42%
G=45.77%
B=12.81%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal181200560.0900.720.2267.9256.6950.2
HexB5C838904816443932
Octal26531070110110261047162
Binary1011010111001000111000100101001000101101000100111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5C838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5C838; }

 p { color: rgb(181,200,56); }

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

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

 a { background-color: rgb(181,200,56); }

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

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

 span { border-color: rgb(181,200,56); }

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