#B0D12D

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

Shades of Fuego #B0D12D

Tints of Fuego #B0D12D

Color information

#B0D12D (or 0xB0D12D) is unknown color: approx Fuego. HEX triplet: B0, D1 and 2D. RGB value is (176,209,45). Sum of RGB (Red+Green+Blue) = 176+209+45=430 (56% of max value = 765). Red value is 176 (69.14% from 255 or 40.93% from 430); Green value is 209 (82.03% from 255 or 48.60% from 430); Blue value is 45 (17.97% from 255 or 10.47% from 430); Max value from RGB is 209 - color contains mainly: green. Hex color #B0D12D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0D12D is #4F2ED2. Grayscale: #B5B5B5. Windows color (decimal): -5189331 or 3002800. OLE color: 3002800.

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

Color convert

RGB17620945-
CMYK0.1600.780.18
HSL72.07º64.57%49.8%-
HSV(B)72.07º78.47%81.96%-
XYZ41.1855.0210.93-
YUV180.4451.57124.84-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.93%
GREEN value IS 209 (82.03% from 255) = 48.60%
BLUE value IS 45 (17.97% from 255) = 10.47%
R=40.93%
G=48.60%
B=10.47%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal176209450.1600.780.1872.0764.5749.8
HexB0D12D1004E12484132
Octal260321552001162211010162
Binary101100001101000110110110000010011101001010010001000001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0D12D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0D12D; }

 p { color: rgb(176,209,45); }

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

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

 a { background-color: rgb(176,209,45); }

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

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

 span { border-color: rgb(176,209,45); }

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