#b0dc2a

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

Shades of Fuego #B0DC2A

Tints of Fuego #B0DC2A

Color information

#B0DC2A (or 0xB0DC2A) is unknown color: approx Fuego. HEX triplet: B0, DC and 2A. RGB value is (176,220,42). Sum of RGB (Red+Green+Blue) = 176+220+42=438 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40.18% from 438); Green value is 220 (86.33% from 255 or 50.23% from 438); Blue value is 42 (16.80% from 255 or 9.59% from 438); Max value from RGB is 220 - color contains mainly: green. Hex color #B0DC2A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0DC2A is #4F23D5. Grayscale: #BBBBBB. Windows color (decimal): -5186518 or 2809008. OLE color: 2809008.

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

Color convert

RGB17622042-
CMYK0.200.810.14
HSL74.83º71.77%51.37%-
HSV(B)74.83º80.91%86.27%-
XYZ43.9260.5811.57-
YUV186.5546.42120.47-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.18%
GREEN value IS 220 (86.33% from 255) = 50.23%
BLUE value IS 42 (16.80% from 255) = 9.59%
R=40.18%
G=50.23%
B=9.59%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal176220420.200.810.1474.8371.7751.37
HexB0DC2A14051E4b4833
Octal260334522401211611311063
Binary10110000110111001010101010001010001111010010111001000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b0dc2a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b0dc2a; }

 p { color: rgb(176,220,42); }

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

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

 a { background-color: rgb(176,220,42); }

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

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

 span { border-color: rgb(176,220,42); }

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