Html Css Color HEX #BAD421 Fuego

📋 copy color: '#BAD421'

red 186 ◦ green 212 ◦ blue 33

#BAD421
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuego #BAD421

Tints of Fuego #BAD421

RGB

 RED value IS 186 (73.05% from 255) = 43.16%

 GREEN value IS 212 (83.2% from 255) = 49.19%

 BLUE value IS 33 (13.28% from 255) = 7.66%

R = 43.16%
G = 49.19%
B = 7.66%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.84

 K value IS 0.17

RGB Variations

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

Color information

#BAD421 (or 0xBAD421) is known color: Fuego. HEX triplet: BA, D4 and 21. RGB value is (186,212,33). Sum of RGB (Red+Green+Blue) = 186+212+33=431 (57% of max value = 765). Red value is 186 (73.05% from 255 or 43.16% from 431); Green value is 212 (83.20% from 255 or 49.19% from 431); Blue value is 33 (13.28% from 255 or 7.66% from 431); Max value from RGB is 212 - color contains mainly: green. Hex color #BAD421 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAD421 is #452BDE. Grayscale: #B8B8B8. Windows color (decimal): -4533215 or 2217146. OLE color: 2217146.

HSL color Cylindrical-coordinate representation of color #BAD421: hue angle of 68.72º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BAD421 is Cyan = 0.12, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.17.

Color convert

RGB 186 212 33 -
CMYK 0.12 0 0.84 0.17
HSL 68.72º 0.73% 0.48% -
HSV(B) 68.72º 0.84% 0.83% -
XYZ 44.07 57.64 10.24 -
YUV 183.82 42.89 129.55 -
System Red Green Blue C M Y K H S L
Decimal 186 212 33 0.12 0 0.84 0.17 68.72 0.73 0.48
Hex BA D4 21 C 0 54 11 45 49 30
Octal 272 324 41 14 0 124 21 105 111 60
Binary 10111010 11010100 100001 1100 0 1010100 10001 1000101 1001001 110000

Color Harmonies of #BAD421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD421

Black with #BAD421

Text Example


Text Example

White with #BAD421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD421; }

 p { color: rgb(186,212,33); }

 H1.HeaderClassName
 {
   color: #BAD421;
 }
 .AnyTagClassName
 {
   color: #BAD421;
 }
</style>

background-color css

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

 a { background-color: rgb(186,212,33); }

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

border-color css

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

 span { border-color: rgb(186,212,33); }

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