#B0CE31

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

Shades of Fuego #B0CE31

Tints of Fuego #B0CE31

Color information

#B0CE31 (or 0xB0CE31) is unknown color: approx Fuego. HEX triplet: B0, CE and 31. RGB value is (176,206,49). Sum of RGB (Red+Green+Blue) = 176+206+49=431 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.84% from 431); Green value is 206 (80.86% from 255 or 47.80% from 431); Blue value is 49 (19.53% from 255 or 11.37% from 431); Max value from RGB is 206 - color contains mainly: green. Hex color #B0CE31 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0CE31 is #4F31CE. Grayscale: #B3B3B3. Windows color (decimal): -5190095 or 3264176. OLE color: 3264176.

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

Color convert

RGB17620649-
CMYK0.1500.760.19
HSL71.46º61.57%50%-
HSV(B)71.46º76.21%80.78%-
XYZ40.5353.5911.11-
YUV179.1354.56125.77-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.84%
GREEN value IS 206 (80.86% from 255) = 47.80%
BLUE value IS 49 (19.53% from 255) = 11.37%
R=40.84%
G=47.80%
B=11.37%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal176206490.1500.760.1971.4661.5750
HexB0CE31F04C13473e32
Octal26031661170114231077662
Binary1011000011001110110001111101001100100111000111111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0CE31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0CE31; }

 p { color: rgb(176,206,49); }

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

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

 a { background-color: rgb(176,206,49); }

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

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

 span { border-color: rgb(176,206,49); }

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