#B5CA35

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

Shades of Fuego #B5CA35

Tints of Fuego #B5CA35

Color information

#B5CA35 (or 0xB5CA35) is unknown color: approx Fuego. HEX triplet: B5, CA and 35. RGB value is (181,202,53). Sum of RGB (Red+Green+Blue) = 181+202+53=436 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.51% from 436); Green value is 202 (79.30% from 255 or 46.33% from 436); Blue value is 53 (21.09% from 255 or 12.16% from 436); Max value from RGB is 202 - color contains mainly: green. Hex color #B5CA35 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5CA35 is #4A35CA. Grayscale: #B3B3B3. Windows color (decimal): -4863435 or 3525301. OLE color: 3525301.

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

Color convert

RGB18120253-
CMYK0.1000.740.21
HSL68.46º58.43%50%-
HSV(B)68.46º73.76%79.22%-
XYZ40.8252.3211.32-
YUV178.7457.04129.62-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.51%
GREEN value IS 202 (79.30% from 255) = 46.33%
BLUE value IS 53 (21.09% from 255) = 12.16%
R=41.51%
G=46.33%
B=12.16%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal181202530.1000.740.2168.4658.4350
HexB5CA35A04A15443a32
Octal26531265120112251047262
Binary1011010111001010110101101001001010101011000100111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5CA35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5CA35; }

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

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

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

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

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

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

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

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