#B7C735

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

Shades of Fuego #B7C735

Tints of Fuego #B7C735

Color information

#B7C735 (or 0xB7C735) is unknown color: approx Fuego. HEX triplet: B7, C7 and 35. RGB value is (183,199,53). Sum of RGB (Red+Green+Blue) = 183+199+53=435 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.07% from 435); Green value is 199 (78.12% from 255 or 45.75% from 435); Blue value is 53 (21.09% from 255 or 12.18% from 435); Max value from RGB is 199 - color contains mainly: green. Hex color #B7C735 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7C735 is #4838CA. Grayscale: #B2B2B2. Windows color (decimal): -4733131 or 3524535. OLE color: 3524535.

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

Color convert

RGB18319953-
CMYK0.0800.730.22
HSL66.58º57.94%49.41%-
HSV(B)66.58º73.37%78.04%-
XYZ40.5951.1711.11-
YUV177.5757.7131.87-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.07%
GREEN value IS 199 (78.12% from 255) = 45.75%
BLUE value IS 53 (21.09% from 255) = 12.18%
R=42.07%
G=45.75%
B=12.18%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal183199530.0800.730.2266.5857.9449.41
HexB7C735804916433a31
Octal26730765100111261037261
Binary1011011111000111110101100001001001101101000011111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7C735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7C735; }

 p { color: rgb(183,199,53); }

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

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

 a { background-color: rgb(183,199,53); }

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

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

 span { border-color: rgb(183,199,53); }

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