#BAD633

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

Shades of Fuego #BAD633

Tints of Fuego #BAD633

Color information

#BAD633 (or 0xBAD633) is unknown color: approx Fuego. HEX triplet: BA, D6 and 33. RGB value is (186,214,51). Sum of RGB (Red+Green+Blue) = 186+214+51=451 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.24% from 451); Green value is 214 (83.98% from 255 or 47.45% from 451); Blue value is 51 (20.31% from 255 or 11.31% from 451); Max value from RGB is 214 - color contains mainly: green. Hex color #BAD633 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAD633 is #4529CC. Grayscale: #BBBBBB. Windows color (decimal): -4532685 or 3397306. OLE color: 3397306.

HSL color Cylindrical-coordinate representation of color #BAD633: hue angle of 70.31º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BAD633 is Cyan = 0.13, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.16.

Color convert

RGB18621451-
CMYK0.1300.760.16
HSL70.31º66.53%51.96%-
HSV(B)70.31º76.17%83.92%-
XYZ44.8958.7712.11-
YUV187.0551.22127.25-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.24%
GREEN value IS 214 (83.98% from 255) = 47.45%
BLUE value IS 51 (20.31% from 255) = 11.31%
R=41.24%
G=47.45%
B=11.31%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal186214510.1300.760.1670.3166.5351.96
HexBAD633D04C10464334
Octal272326631501142010610364
Binary10111010110101101100111101010011001000010001101000011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD633

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD633; }

 p { color: rgb(186,214,51); }

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

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

 a { background-color: rgb(186,214,51); }

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

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

 span { border-color: rgb(186,214,51); }

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