#b8c838

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

Shades of Fuego #B8C838

Tints of Fuego #B8C838

Color information

#B8C838 (or 0xB8C838) is unknown color: approx Fuego. HEX triplet: B8, C8 and 38. RGB value is (184,200,56). Sum of RGB (Red+Green+Blue) = 184+200+56=440 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.82% from 440); Green value is 200 (78.52% from 255 or 45.45% from 440); Blue value is 56 (22.27% from 255 or 12.73% from 440); Max value from RGB is 200 - color contains mainly: green. Hex color #B8C838 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8C838 is #4737C7. Grayscale: #B3B3B3. Windows color (decimal): -4667336 or 3721400. OLE color: 3721400.

HSL color Cylindrical-coordinate representation of color #B8C838: hue angle of 66.67º 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 #B8C838 is Cyan = 0.08, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.22.

Color convert

RGB18420056-
CMYK0.0800.720.22
HSL66.67º56.69%50.2%-
HSV(B)66.67º72%78.43%-
XYZ41.1451.7811.57-
YUV178.858.7131.71-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 41.82%
GREEN value IS 200 (78.52% from 255) = 45.45%
BLUE value IS 56 (22.27% from 255) = 12.73%
R=41.82%
G=45.45%
B=12.73%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal184200560.0800.720.2266.6756.6950.2
HexB8C838804816433932
Octal27031070100110261037162
Binary1011100011001000111000100001001000101101000011111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b8c838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b8c838; }

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

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

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

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

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

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

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

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