#B5C835

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

Shades of Fuego #B5C835

Tints of Fuego #B5C835

Color information

#B5C835 (or 0xB5C835) is unknown color: approx Fuego. HEX triplet: B5, C8 and 35. RGB value is (181,200,53). Sum of RGB (Red+Green+Blue) = 181+200+53=434 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.71% from 434); Green value is 200 (78.52% from 255 or 46.08% from 434); Blue value is 53 (21.09% from 255 or 12.21% from 434); Max value from RGB is 200 - color contains mainly: green. Hex color #B5C835 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5C835 is #4A37CA. Grayscale: #B2B2B2. Windows color (decimal): -4863947 or 3524789. OLE color: 3524789.

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

Color convert

RGB18120053-
CMYK0.0900.740.22
HSL67.76º58.1%49.61%-
HSV(B)67.76º73.5%78.43%-
XYZ40.3551.3911.16-
YUV177.5657.71130.45-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.71%
GREEN value IS 200 (78.52% from 255) = 46.08%
BLUE value IS 53 (21.09% from 255) = 12.21%
R=41.71%
G=46.08%
B=12.21%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal181200530.0900.740.2267.7658.149.61
HexB5C835904A16443a32
Octal26531065110112261047262
Binary1011010111001000110101100101001010101101000100111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5C835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5C835; }

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

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

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

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

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

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

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

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