#B9CA34

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

Shades of Fuego #B9CA34

Tints of Fuego #B9CA34

Color information

#B9CA34 (or 0xB9CA34) is unknown color: approx Fuego. HEX triplet: B9, CA and 34. RGB value is (185,202,52). Sum of RGB (Red+Green+Blue) = 185+202+52=439 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.14% from 439); Green value is 202 (79.30% from 255 or 46.01% from 439); Blue value is 52 (20.70% from 255 or 11.85% from 439); Max value from RGB is 202 - color contains mainly: green. Hex color #B9CA34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9CA34 is #4635CB. Grayscale: #B4B4B4. Windows color (decimal): -4601292 or 3459769. OLE color: 3459769.

HSL color Cylindrical-coordinate representation of color #B9CA34: hue angle of 66.8º degrees, saturation: 0.59, 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 #B9CA34 is Cyan = 0.08, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.21.

Color convert

RGB18520252-
CMYK0.0800.740.21
HSL66.8º59.06%49.8%-
HSV(B)66.8º74.26%79.22%-
XYZ41.7552.811.24-
YUV179.8255.87131.7-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.14%
GREEN value IS 202 (79.30% from 255) = 46.01%
BLUE value IS 52 (20.70% from 255) = 11.85%
R=42.14%
G=46.01%
B=11.85%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal185202520.0800.740.2166.859.0649.8
HexB9CA34804A15433b32
Octal27131264100112251037362
Binary1011100111001010110100100001001010101011000011111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9CA34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9CA34; }

 p { color: rgb(185,202,52); }

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

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

 a { background-color: rgb(185,202,52); }

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

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

 span { border-color: rgb(185,202,52); }

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