#B1D12C

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

Shades of Fuego #B1D12C

Tints of Fuego #B1D12C

Color information

#B1D12C (or 0xB1D12C) is unknown color: approx Fuego. HEX triplet: B1, D1 and 2C. RGB value is (177,209,44). Sum of RGB (Red+Green+Blue) = 177+209+44=430 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.16% from 430); Green value is 209 (82.03% from 255 or 48.60% from 430); Blue value is 44 (17.58% from 255 or 10.23% from 430); Max value from RGB is 209 - color contains mainly: green. Hex color #B1D12C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1D12C is #4E2ED3. Grayscale: #B5B5B5. Windows color (decimal): -5123796 or 2937265. OLE color: 2937265.

HSL color Cylindrical-coordinate representation of color #B1D12C: hue angle of 71.64º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B1D12C is Cyan = 0.15, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.18.

Color convert

RGB17720944-
CMYK0.1500.790.18
HSL71.64º65.22%49.61%-
HSV(B)71.64º78.95%81.96%-
XYZ41.3955.1310.84-
YUV180.6250.9125.42-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.16%
GREEN value IS 209 (82.03% from 255) = 48.60%
BLUE value IS 44 (17.58% from 255) = 10.23%
R=41.16%
G=48.60%
B=10.23%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal177209440.1500.790.1871.6465.2249.61
HexB1D12CF04F12484132
Octal261321541701172211010162
Binary10110001110100011011001111010011111001010010001000001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1D12C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1D12C; }

 p { color: rgb(177,209,44); }

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

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

 a { background-color: rgb(177,209,44); }

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

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

 span { border-color: rgb(177,209,44); }

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