#B3CF2E

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

Shades of Fuego #B3CF2E

Tints of Fuego #B3CF2E

Color information

#B3CF2E (or 0xB3CF2E) is unknown color: approx Fuego. HEX triplet: B3, CF and 2E. RGB value is (179,207,46). Sum of RGB (Red+Green+Blue) = 179+207+46=432 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.44% from 432); Green value is 207 (81.25% from 255 or 47.92% from 432); Blue value is 46 (18.36% from 255 or 10.65% from 432); Max value from RGB is 207 - color contains mainly: green. Hex color #B3CF2E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B3CF2E is #4C30D1. Grayscale: #B4B4B4. Windows color (decimal): -4993234 or 3067827. OLE color: 3067827.

HSL color Cylindrical-coordinate representation of color #B3CF2E: hue angle of 70.43º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B3CF2E is Cyan = 0.14, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.19.

Color convert

RGB17920746-
CMYK0.1400.780.19
HSL70.43º63.64%49.61%-
HSV(B)70.43º77.78%81.18%-
XYZ41.454.4110.9-
YUV180.2752.22127.09-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 41.44%
GREEN value IS 207 (81.25% from 255) = 47.92%
BLUE value IS 46 (18.36% from 255) = 10.65%
R=41.44%
G=47.92%
B=10.65%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal179207460.1400.780.1970.4363.6449.61
HexB3CF2EE04E13464032
Octal263317561601162310610062
Binary10110011110011111011101110010011101001110001101000000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3CF2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3CF2E; }

 p { color: rgb(179,207,46); }

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

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

 a { background-color: rgb(179,207,46); }

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

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

 span { border-color: rgb(179,207,46); }

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