#B2CE37

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

Shades of Fuego #B2CE37

Tints of Fuego #B2CE37

Color information

#B2CE37 (or 0xB2CE37) is unknown color: approx Fuego. HEX triplet: B2, CE and 37. RGB value is (178,206,55). Sum of RGB (Red+Green+Blue) = 178+206+55=439 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.55% from 439); Green value is 206 (80.86% from 255 or 46.92% from 439); Blue value is 55 (21.88% from 255 or 12.53% from 439); Max value from RGB is 206 - color contains mainly: green. Hex color #B2CE37 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2CE37 is #4D31C8. Grayscale: #B4B4B4. Windows color (decimal): -5059017 or 3657394. OLE color: 3657394.

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

Color convert

RGB17820655-
CMYK0.1400.730.19
HSL71.13º60.64%51.18%-
HSV(B)71.13º73.3%80.78%-
XYZ41.1253.8811.85-
YUV180.4157.22126.28-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 40.55%
GREEN value IS 206 (80.86% from 255) = 46.92%
BLUE value IS 55 (21.88% from 255) = 12.53%
R=40.55%
G=46.92%
B=12.53%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal178206550.1400.730.1971.1360.6451.18
HexB2CE37E04913473d33
Octal26231667160111231077563
Binary1011001011001110110111111001001001100111000111111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2CE37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2CE37; }

 p { color: rgb(178,206,55); }

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

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

 a { background-color: rgb(178,206,55); }

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

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

 span { border-color: rgb(178,206,55); }

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