#BADD33

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

Shades of Fuego #BADD33

Tints of Fuego #BADD33

Color information

#BADD33 (or 0xBADD33) is unknown color: approx Fuego. HEX triplet: BA, DD and 33. RGB value is (186,221,51). Sum of RGB (Red+Green+Blue) = 186+221+51=458 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.61% from 458); Green value is 221 (86.72% from 255 or 48.25% from 458); Blue value is 51 (20.31% from 255 or 11.14% from 458); Max value from RGB is 221 - color contains mainly: green. Hex color #BADD33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BADD33 is #4522CC. Grayscale: #BFBFBF. Windows color (decimal): -4530893 or 3399098. OLE color: 3399098.

HSL color Cylindrical-coordinate representation of color #BADD33: hue angle of 72.35º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BADD33 is Cyan = 0.16, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.13.

Color convert

RGB18622151-
CMYK0.1600.770.13
HSL72.35º71.43%53.33%-
HSV(B)72.35º76.92%86.67%-
XYZ46.762.3912.71-
YUV191.1648.9124.32-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.61%
GREEN value IS 221 (86.72% from 255) = 48.25%
BLUE value IS 51 (20.31% from 255) = 11.14%
R=40.61%
G=48.25%
B=11.14%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal186221510.1600.770.1372.3571.4353.33
HexBADD331004DD484735
Octal272335632001151511010765
Binary10111010110111011100111000001001101110110010001000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BADD33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BADD33; }

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

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

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

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

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

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

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

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