#B8CA2E

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

Shades of Fuego #B8CA2E

Tints of Fuego #B8CA2E

Color information

#B8CA2E (or 0xB8CA2E) is unknown color: approx Fuego. HEX triplet: B8, CA and 2E. RGB value is (184,202,46). Sum of RGB (Red+Green+Blue) = 184+202+46=432 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.59% from 432); Green value is 202 (79.30% from 255 or 46.76% from 432); Blue value is 46 (18.36% from 255 or 10.65% from 432); Max value from RGB is 202 - color contains mainly: green. Hex color #B8CA2E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8CA2E is #4735D1. Grayscale: #B3B3B3. Windows color (decimal): -4666834 or 3066552. OLE color: 3066552.

HSL color Cylindrical-coordinate representation of color #B8CA2E: hue angle of 66.92º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B8CA2E is Cyan = 0.09, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.21.

Color convert

RGB18420246-
CMYK0.0900.770.21
HSL66.92º62.9%48.63%-
HSV(B)66.92º77.23%79.22%-
XYZ41.3852.6310.56-
YUV178.8353.04131.68-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 42.59%
GREEN value IS 202 (79.30% from 255) = 46.76%
BLUE value IS 46 (18.36% from 255) = 10.65%
R=42.59%
G=46.76%
B=10.65%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal184202460.0900.770.2166.9262.948.63
HexB8CA2E904D15433f31
Octal27031256110115251037761
Binary1011100011001010101110100101001101101011000011111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8CA2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8CA2E; }

 p { color: rgb(184,202,46); }

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

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

 a { background-color: rgb(184,202,46); }

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

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

 span { border-color: rgb(184,202,46); }

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